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

complexType "ns:AddDisputeResponseRequestType"
Namespace:
Content:
complex, 16 elements, elem. wildcard
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Includes:
definitions of 6 elements
Used:
Component Diagram
XML Representation Summary
<...>
   
Content: 
</...>
All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
This call enables the seller to respond to an Item Not Received (INR) dispute opened by a buyer through PayPal's Purchase Protection program, or to update an Unpaid Item case. To respond to a case opened by the buyer through eBay's Resolution Center, the seller should use the Case Management calls of the Post-Order API, the Resolution Case Management API, or manage the case manually through the eBay Resolution Center.
Type Definition Detail
Type Derivation Tree
ns:AbstractRequestType (extension)
  ns:AddDisputeResponseRequestType
XML Source (w/o annotations (7); see within schema source)
<xs:complexType name="AddDisputeResponseRequestType">
<xs:complexContent>
<xs:extension base="ns:AbstractRequestType">
<xs:sequence>
<xs:element minOccurs="0" name="DisputeID" type="ns:DisputeIDType"/>
<xs:element minOccurs="0" name="MessageText" type="xs:string"/>
<xs:element minOccurs="0" name="DisputeActivity" type="ns:DisputeActivityCodeType"/>
<xs:element minOccurs="0" name="ShippingCarrierUsed" type="xs:string"/>
<xs:element minOccurs="0" name="ShipmentTrackNumber" type="xs:string"/>
<xs:element minOccurs="0" name="ShippingTime" type="xs:dateTime"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
Content Element Detail (all declarations defined in this component; 6/17)
ns:DisputeActivity
Type:
The type of activity the seller plans to take on the case/dispute. The allowed value is determined by the current state of the case/dispute and whether the seller is updating an Unpaid Item case or responding to a PayPal INR dispute.
XML Representation Summary
<ns:DisputeActivity>
   
Content: 
{ enumeration of xs:token }
</ns:DisputeActivity>
Simple Content
Enumeration:
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="DisputeActivity" type="ns:DisputeActivityCodeType"/>

ns:DisputeID
Type:
ns:DisputeIDType, simple content
The unique identifier of the eBay Unpaid Item case or PayPal INR dispute. This identifier is created by eBay or PayPal upon case/dispute creation.
XML Representation Summary
<ns:DisputeID>
   
Content: 
{ xs:string }
</ns:DisputeID>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="DisputeID" type="ns:DisputeIDType"/>

ns:MessageText
Type:
xs:string, predefined, simple content
The text of a comment or response being posted to the case/dispute. Required when DisputeActivity is SellerAddInformation, SellerComment, or SellerPaymentNotReceived. Otherwise, this field is optional.
XML Representation Summary
<ns:MessageText>
   
Content: 
{ xs:string }
</ns:MessageText>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="MessageText" type="xs:string"/>

ns:ShipmentTrackNumber
Type:
xs:string, predefined, simple content
The tracking number associated with one package of a shipment. The seller is responsible for the accuracy of the shipment tracking number, as eBay only verifies that the tracking number is consistent with the numbering scheme used by the specified shipping carrier, but cannot verify the accuracy of the tracking number. This field (along with ShippingCarrierUsed) is required if the value of DisputeActivity is set to SellerShippedItem.
XML Representation Summary
<ns:ShipmentTrackNumber>
   
Content: 
{ xs:string }
</ns:ShipmentTrackNumber>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ShipmentTrackNumber" type="xs:string"/>

ns:ShippingCarrierUsed
Type:
xs:string, predefined, simple content
The shipping carrier used to ship the item in dispute. This field is not case sensitive in the AddDisputeResponse request. Non-alphanumeric characters are not allowed. This field (along with ShipmentTrackNumber) is required if the value of DisputeActivity is set to SellerShippedItem.
XML Representation Summary
<ns:ShippingCarrierUsed>
   
Content: 
{ xs:string }
</ns:ShippingCarrierUsed>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ShippingCarrierUsed" type="xs:string"/>

ns:ShippingTime
Type:
xs:dateTime, predefined, simple content
This timestamp indicates the date and time when the item under dispute was shipped. This field is required if the value of DisputeActivity is set to SellerShippedItem.
XML Representation Summary
<ns:ShippingTime>
   
Content: 
{ xs:dateTime }
</ns:ShippingTime>
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="ShippingTime" type="xs:dateTime"/>

 Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE | ATTR | CHILD
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.