AddDisputeResponseRequestType

Allows a seller to respond to or close an Item Not Received dispute. This can be used to add a comment to an Unpaid Item Dispute only if the request version was lower than 637 when the dispute was created.

Fields

DisputeActivity ( DisputeActivityCodeType )
DisputeID ( DisputeIDType (string) )
MessageText ( string )
ShipmentTrackNumber ( string )
ShippingCarrierUsed ( string )
ShippingTime ( dateTime )

DisputeActivity ( see DisputeActivityCodeType for possible values ) [1]
The type of activity the seller is taking on the dispute. The allowed value is determined by the current value of DisputeState, returned by GetDispute or GetUserDisputes. Some values relate to Unpaid Item disputes and other values relate to buyer-created disputes known as Item Not Received or Significantly Not As Described disputes.
See the Field Index to learn which calls use DisputeActivity.

DisputeID ( DisputeIDType (string) ) [1]
The unique identifier of the dispute, returned when the dispute was created.
See the Field Index to learn which calls use DisputeID.

MessageText ( string ) [0..1]
The text of a comment or response being posted to the dispute. Required when DisputeActivity is SellerAddInformation, SellerComment, or SellerPaymentNotReceived; otherwise, optional.
See the Field Index to learn which calls use MessageText.

ShipmentTrackNumber ( string ) [0..1]
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 DisputeActivity is SellerShippedItem.
See the Field Index to learn which calls use ShipmentTrackNumber.

ShippingCarrierUsed ( string ) [0..1]
The shipping carrier used to ship the item in dispute. Non-alphanumeric characters are not allowed. This field (along with ShipmentTrackNumber) is required if DisputeActivity is SellerShippedItem.
See the Field Index to learn which calls use ShippingCarrierUsed.

ShippingTime ( dateTime ) [0..1]
This timestamp indicates the date and time when the item under dispute was shipped. This field is required if DisputeActivity is SellerShippedItem.
See the Field Index to learn which calls use ShippingTime.

Copyright © 2005–2013 eBay, Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.