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

simpleType "ns:DisputeStateCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"Locked"
 - 
This enumeration value indicates that the dispute is currently in a locked state, and cannot be updated by any user.
"Closed"
 - 
This enumeration value indicates that the dispute is closed. In some cases, a closed case can be reversed with the SellerReverseDispute call.
"BuyerFirstResponsePayOption"
 - 
This enumeration value indicates that eBay sent the buyer an Unpaid Item Reminder with a Pay Now option, and is waiting for the buyer's first response.
"BuyerFirstResponseNoPayOption"
 - 
This enumeration value indicates that eBay sent the buyer an Unpaid Item Reminder, but without a Pay Now option, and is waiting for the buyer's first response.
"BuyerFirstResponsePayOptionLateResponse"
 - 
This enumeration value indicates that eBay sent the buyer an Unpaid Item Reminder with a Pay Now option, was waiting for the buyer's first response, but the buyer has failed to respond to this reminder within the 7-day grace period.
"BuyerFirstResponseNoPayOptionLateResponse"
 - 
This enumeration value indicates that eBay sent the buyer an Unpaid Item Reminder without a Pay Now option, was waiting for the buyer's first response, but the buyer has failed to respond to this reminder within the 7-day grace period.
"MutualCommunicationPayOption"
 - 
This enumeration value indicates that the buyer and seller have communicated, and eBay offered the buyer a Pay Now option.
"MutualCommunicationNoPayOption"
 - 
This enumeration value indicates that the buyer and seller have communicated, but eBay has not offered the buyer a Pay Now option.
"PendingResolve"
 - 
This enumeration value indicates that the dispute is pending resolution. A dispute cannot be closed by the buyer or seller when it is in this state.
"MutualWithdrawalAgreement"
 - 
This enumeration value indicates that the buyer and seller have mutually agreed to cancel the transaction within the grace period.
"MutualWithdrawalAgreementLate"
 - 
This enumeration value indicates that the buyer and seller have mutually agreed to cancel the transaction, but the grace period has expired.
"NotReceivedNoSellerResponse"
 - 
This enumeration value indicates that the buyer filed an Item Not Received dispute through PayPal account, and the seller has not yet responded. A seller may respond to a case in this state by using the AddDisputeResponse call and setting the DisputeActivity value to SellerOffersRefund, SellerShippedItem, or SellerComment.
"NotAsDescribedNoSellerResponse"
 - 
This enumeration value indicates that the buyer filed an Item Not As Described dispute through PayPal account, and the seller has not yet responded. A seller may respond to a case in this state by using the AddDisputeResponse call and setting the DisputeActivity value to SellerOffersRefund or SellerComment.
"NotReceivedMutualCommunication"
 - 
This enumeration value indicates that the buyer filed an Item Not Received dispute through PayPal account, and the buyer and seller have communicated about the issue. A seller may respond to a case in this state by using the AddDisputeResponse call and setting the DisputeActivity value to SellerOffersRefund, SellerShippedItem, or SellerComment.
"NotAsDescribedMutualCommunication"
 - 
This enumeration value indicates that the buyer filed an Item Not As Described dispute through PayPal account, and the buyer and seller have communicated about the issue. A seller may respond to a case in this state by using the AddDisputeResponse call and setting the DisputeActivity value to SellerOffersRefund.
"MutualAgreementOrBuyerReturningItem"
 - 
This enumeration value indicates that the seller filed an Unpaid Item dispute, and the seller says mutual agreement has been reached and is waiting for the buyer to confirm, or the buyer is returning the item to the seller.
"ClaimOpened"
 - 
This enumeration value indicates that the claim was assigned to an adjuster.
"NoDocumentation"
 - 
This enumeration value indicates that the buyer was contacted by eBay and asked to submit paperwork to support the claim.
"ClaimClosed"
 - 
This enumeration value indicates that the claim was closed due to buyer not responding to verification, or was missing paperwork.
"ClaimDenied"
 - 
This enumeration value indicates that the buyer's claim was denied.
"ClaimPending"
 - 
This enumeration value indicates that paperwork was received from the buyer and the claim is being investigated.
"ClaimPaymentPending"
 - 
This enumeration value indicates that the buyer's claim was approved for reimbursement and was sent to accounts payable for payment.
"ClaimPaid"
 - 
This enumeration value indicates that the buyer was reimbursed for the claim.
"ClaimResolved"
 - 
This enumeration value indicates that the issue has been resolved due to the seller sending the item or refunding the buyer.
"ClaimSubmitted"
 - 
This enumeration value indicates that the claim was submitted via Web.
"UnpaidItemOpen"
 - 
This enumeration value indicates that the Unpaid Item dispute is open.
"UPIAssistanceDisabledByeBay"
 - 
This enumeration value indicates that the Unpaid Item dispute filed by the Unpaid Item Assistance mechanism was disabled by eBay (for example, eBay detected that payment was initiated and the seller needs to manually handle this dispute).
"UPIAssistanceDisabledBySeller"
 - 
This enumeration value indicates that the Unpaid Item dispute filed by the Unpaid Item Assistance mechanism was disabled by the seller (e.g. the buyer and seller have communicated about payment and the seller wishes to extend the time for payment and not let the automatic process close the dispute automatically).
"CustomCode"
 - 
Reserved for internal or future use.

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Enumerated type that defines the possible states of an order dispute between buyer and seller.

Note: 'Item Not Received' or 'Significantly Not As Described' cases, initiated by buyers through the eBay Money Back Guarantee program, are not returned with GetDispute or GetUserDisputes. The getCase method of the Post-Order API is used to retrieve Money Back Guarantee cases programmatically.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:DisputeStateCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (30); see within schema source)
<xs:simpleType name="DisputeStateCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="Locked"/>
<xs:enumeration value="Closed"/>
<xs:enumeration value="BuyerFirstResponsePayOption"/>
<xs:enumeration value="BuyerFirstResponseNoPayOption"/>
<xs:enumeration value="BuyerFirstResponsePayOptionLateResponse"/>
<xs:enumeration value="BuyerFirstResponseNoPayOptionLateResponse"/>
<xs:enumeration value="MutualCommunicationPayOption"/>
<xs:enumeration value="MutualCommunicationNoPayOption"/>
<xs:enumeration value="PendingResolve"/>
<xs:enumeration value="MutualWithdrawalAgreement"/>
<xs:enumeration value="MutualWithdrawalAgreementLate"/>
<xs:enumeration value="NotReceivedNoSellerResponse"/>
<xs:enumeration value="NotAsDescribedNoSellerResponse"/>
<xs:enumeration value="NotReceivedMutualCommunication"/>
<xs:enumeration value="NotAsDescribedMutualCommunication"/>
<xs:enumeration value="MutualAgreementOrBuyerReturningItem"/>
<xs:enumeration value="ClaimOpened"/>
<xs:enumeration value="NoDocumentation"/>
<xs:enumeration value="ClaimClosed"/>
<xs:enumeration value="ClaimDenied"/>
<xs:enumeration value="ClaimPending"/>
<xs:enumeration value="ClaimPaymentPending"/>
<xs:enumeration value="ClaimPaid"/>
<xs:enumeration value="ClaimResolved"/>
<xs:enumeration value="ClaimSubmitted"/>
<xs:enumeration value="UnpaidItemOpen"/>
<xs:enumeration value="UPIAssistanceDisabledByeBay"/>
<xs:enumeration value="UPIAssistanceDisabledBySeller"/>
<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.