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

simpleType "ns:DisputeStatusCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"Closed"
 - 
This enumeration value indicates that the dispute is closed.
"WaitingForSellerResponse"
 - 
This enumeration value indicates that the dispute is waiting for the seller's response.
"WaitingForBuyerResponse"
 - 
This enumeration value indicates that the dispute is waiting for the buyer's response.
"ClosedFVFCreditStrike"
 - 
This enumeration value indicates that the Unpaid Item dispute is closed, the seller received a Final Value Fee credit, and the buyer received a strike.
"ClosedNoFVFCreditStrike"
 - 
This enumeration value indicates that the Unpaid Item dispute is closed, the seller did not receive a Final Value Fee credit, and the buyer received a strike.
"ClosedFVFCreditNoStrike"
 - 
This enumeration value indicates that the Unpaid Item dispute is closed, the seller received a Final Value Fee credit, and the buyer did not receive a strike.
"ClosedNoFVFCreditNoStrike"
 - 
This enumeration value indicates that the Unpaid Item dispute is closed, the seller did not receive a Final Value Fee credit, and the buyer did not receive a strike.
"StrikeAppealedAfterClosing"
 - 
This enumeration value indicates that the Unpaid Item dispute was closed with a buyer's strike, but the buyer has appealed that strike.
"FVFCreditReversedAfterClosing"
 - 
This enumeration value indicates that the seller's Final Value Fee credit was reversed after the Unpaid Item dispute was closed.
"StrikeAppealedAndFVFCreditReversed"
 - 
This enumeration value indicates that the seller's Final Value Fee credit was reversed and the buyer's strike was appealed after the Unpaid Item dispute was closed.
"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.
"ClaimClosed"
 - 
This enumeration value indicates that the claim was closed due to the buyer not responding to verification or due to missing paperwork.
"ClaimDenied"
 - 
This enumeration value indicates that the claim was denied.
"ClaimInProcess"
 - 
This enumeration value indicates that paperwork was received for the claim, and the claim is being investigated.
"ClaimApproved"
 - 
This enumeration value indicates that the claim was approved for reimbursement, and sent to accounts payable for payment.
"ClaimPaid"
 - 
This enumeration value indicates that the claim was paid.
"ClaimResolved"
 - 
This enumeration value indicates that the buyer's dispute against the seller was resolved, due to the seller sending the item or refunding the buyer.
"ClaimSubmitted"
 - 
This enumeration value indicates that the claim was submitted via Web.
"UnpaidItemOpened"
 - 
This enumeration value indicates that an Unpaid Item dispute was opened by the seller against the buyer.
"CustomCode"
 - 
Reserved for internal or future use.

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Enumerated type that defines the possible statuses of an order dispute between buyer and seller. The DisputeState and DisputeStatus values returned for each dispute complement one another.

If the DisputeSortType filter is used in a GetUserDisputes call and set to DisputeStatusAscending, retrieved disputes will be sorted in the following order according to DisputeStatus:
  1. WaitingForSellerResponse
  2. WaitingForBuyerResponse
  3. ClosedFVFCreditStrike
  4. ClosedNoFVFCreditStrike
  5. ClosedFVFCreditNoStrike
  6. ClosedNoFVFCreditNoStrike
  7. Closed
  8. StrikeAppealedAfterClosing
  9. FVFCreditReversedAfterClosing
  10. StrikeAppealedAndFVFCreditReversed

If the DisputeSortType value is set to DisputeStatusDescending instead, retrieved disputes will be sorted in the opposite order of the ones listed above.

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:DisputeStatusCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (22); see within schema source)
<xs:simpleType name="DisputeStatusCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="Closed"/>
<xs:enumeration value="WaitingForSellerResponse"/>
<xs:enumeration value="WaitingForBuyerResponse"/>
<xs:enumeration value="ClosedFVFCreditStrike"/>
<xs:enumeration value="ClosedNoFVFCreditStrike"/>
<xs:enumeration value="ClosedFVFCreditNoStrike"/>
<xs:enumeration value="ClosedNoFVFCreditNoStrike"/>
<xs:enumeration value="StrikeAppealedAfterClosing"/>
<xs:enumeration value="FVFCreditReversedAfterClosing"/>
<xs:enumeration value="StrikeAppealedAndFVFCreditReversed"/>
<xs:enumeration value="ClaimOpened"/>
<xs:enumeration value="NoDocumentation"/>
<xs:enumeration value="ClaimClosed"/>
<xs:enumeration value="ClaimDenied"/>
<xs:enumeration value="ClaimInProcess"/>
<xs:enumeration value="ClaimApproved"/>
<xs:enumeration value="ClaimPaid"/>
<xs:enumeration value="ClaimResolved"/>
<xs:enumeration value="ClaimSubmitted"/>
<xs:enumeration value="UnpaidItemOpened"/>
<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.