Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE
eBay Trading API

simpleType "ns:DisputeExplanationCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"BuyerHasNotResponded"
 - 
This value indicates that the buyer has not paid for the order line item, and has not responded to the seller regarding payment. This value is allowed when the DisputeReason value is BuyerHasNotPaid.
"BuyerRefusedToPay"
 - 
This value indicates that the buyer has not paid for the order line item, and according to the seller, has refused to pay for the order line item. This value is allowed when the DisputeReason value is BuyerHasNotPaid.
"BuyerNotClearedToPay"
 - 
This value indicates that the buyer has not paid for the order line item, and is not cleared by eBay to pay. This value is allowed when the DisputeReason value is BuyerHasNotPaid.
"BuyerReturnedItemForRefund"
 - 
This value indicates that the buyer has returned the item, and seller has agreed to cancel the order and issue a refund to the buyer. This value is allowed when the DisputeReason value is TransactionMutuallyCanceled.
"UnableToResolveTerms"
 - 
This value indicates that the buyer and seller were unable to resolve a disagreement over terms, and the seller is willing to cancel the order line item. This value is allowed when the DisputeReason value is TransactionMutuallyCanceled.
"BuyerNoLongerWantsItem"
 - 
This value indicates that the buyer no longer wants the item (buyer remorse), and the seller is willing to cancel the order line item. This value is allowed when the DisputeReason value is TransactionMutuallyCanceled.
"BuyerPurchasingMistake"
 - 
This value indicates that the buyer made a mistake by purchasing the item, and the seller is willing to cancel the order line item. This value is allowed when the DisputeReason value is TransactionMutuallyCanceled.
"ShipCountryNotSupported"
 - 
This value is deprecated, and should not be used.
"ShippingAddressNotConfirmed"
 - 
This value indicates that the buyer is requesting shipment of the item to an unconfirmed (not on file with eBay) address. This value is allowed when the DisputeReason value is BuyerHasNotPaid or TransactionMutuallyCanceled.
"PaymentMethodNotSupported"
 - 
This value is deprecated, and should not be used.
"BuyerNoLongerRegistered"
 - 
This value is deprecated.
"OtherExplanation"
 - 
This value can be used when no other explanation in DisputeExplanationCodeType is appropriate for the situation. This value is allowed when the DisputeReason value is BuyerHasNotPaid.
"Unspecified"
 - 
This value can be used when no other explanation in DisputeExplanationCodeType is appropriate for the situation. This value is allowed when the DisputeReason value is ItemNotReceived or SignificantlyNotAsDescribed. This value cannot be used in AddDispute.
"UPIAssistance"
 - 
This value indicates that the Unpaid Item case was opened by eBay through the Unpaid Item Assistance mechanism. This value cannot be used in AddDispute.
"BuyerPaymentNotReceivedOrCleared"
 - 
This value indicates that the buyer has not paid the seller for the order line item, or has paid the seller but the payment has not cleared. This value is allowed when the DisputeReason value is BuyerHasNotPaid.
"SellerDoesntShipToCountry"
 - 
This value indicates that the buyer is requesting shipment of the item to a country that is on the seller's ship-to exclusion list. This value is allowed when the DisputeReason value is BuyerHasNotPaid or TransactionMutuallyCanceled.
"BuyerNotPaid"
 - 
This value indicates that the buyer has not paid for the order line item. This value is allowed when the DisputeReason value is BuyerHasNotPaid.
"UPIAssistanceDisabled"
 - 
This value indicates that the Unpaid Item case was opened by eBay through the Unpaid Item Assistance mechanism, and then was subsequently converted to a manual dispute, either by the seller or by eBay. This value cannot be used in AddDispute.
"SellerRanOutOfStock"
 - 
This value indicates that the seller ran out of stock on the item, cannot fulfill the order, and has to cancel the order line item. This value is allowed when the DisputeReason value is TransactionMutuallyCanceled.
"CustomCode"
 - 
Reserved for internal or future use.

All Direct / Indirect Based Elements (2):
ns:DisputeExplanation (defined in ns:DisputeType complexType),
Known Usage Locations
Annotation
Enumerated type that contains the explanations for a buyer or seller opening a case against one another. These values are specified in the DisputeExplanation field of AddDispute, and are returned in the GetUserDisputes and GetDispute calls. The DisputeReason value will dictate what DisputeExplanation values that can be used/returned.

Note: The dispute calls in the Trading API are not compatible with 'Item Not Received' or 'Significantly Not As Described' cases initiated by buyers through the eBay Money Back Guarantee program. The Post-Order API is used to retrieve and/or respond to eBay Money Back Guarantee cases programmatically.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:DisputeExplanationCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (21); see within schema source)
<xs:simpleType name="DisputeExplanationCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="BuyerHasNotResponded"/>
<xs:enumeration value="BuyerRefusedToPay"/>
<xs:enumeration value="BuyerNotClearedToPay"/>
<xs:enumeration value="BuyerReturnedItemForRefund"/>
<xs:enumeration value="UnableToResolveTerms"/>
<xs:enumeration value="BuyerNoLongerWantsItem"/>
<xs:enumeration value="BuyerPurchasingMistake"/>
<xs:enumeration value="ShipCountryNotSupported"/>
<xs:enumeration value="ShippingAddressNotConfirmed"/>
<xs:enumeration value="PaymentMethodNotSupported"/>
<xs:enumeration value="BuyerNoLongerRegistered"/>
<xs:enumeration value="OtherExplanation"/>
<xs:enumeration value="Unspecified"/>
<xs:enumeration value="UPIAssistance"/>
<xs:enumeration value="BuyerPaymentNotReceivedOrCleared"/>
<xs:enumeration value="SellerDoesntShipToCountry"/>
<xs:enumeration value="BuyerNotPaid"/>
<xs:enumeration value="UPIAssistanceDisabled"/>
<xs:enumeration value="SellerRanOutOfStock"/>
<xs:enumeration value="CustomCode"/>
</xs:restriction>
</xs:simpleType>

 Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE
eBay Trading API

WSDL documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML WSDLDoc 1.2.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.