eBay Merchant Data APIVersion 1255
 

DisputeActivityCodeType ( token )

Enumerated type that lists the different dispute activity enum value that can be used when the seller is creating an Unpaid Item case using the AddDisputeResponse call. The value you can use at a given time depends on the current value of DisputeState.

Note: The AddDisputeResponse call now only supports the seller updating or responding to an Unpaid Item case. This call is no longer used to respond to an Item not Received (INR) or Significantly not as Described (SNAD) dispute created through PayPal, since this is no longer an option for eBay buyers. eBay buyers must create an INR or SNAD case through eBay's Resolution Center, and Trading API dispute calls do not support eBay Money Back Guarantee cases.

To respond to an eBay Money Back Guarantee case, the seller should use the Case Management calls of the Post-Order API or manage/respond to cases manually through the eBay Resolution Center.

No calls use DisputeActivityCodeType.

Enumeration Values

Value Description
CameToAgreementNeedFVFCredit This value can be used if the seller has made an agreement with the buyer, and is requesting that eBay reimburse him/her for the variable portion of the Final Value Fee charged for the order line item.
CustomCode Reserved for internal or future use.
MutualAgreementOrNoBuyerResponse This value can be used if the seller and buyer have agree to mutually cancel the order, or if the buyer has not responded to the Unpaid Item case after four days.
SellerAddInformation This value can be used if the seller wants to add information about the Unpaid Item case. If this enum value is used, the information that the seller wants to add to the case should be passed in as a text string into the corresponding MessageText field.
SellerCompletedTransaction This value can be used if the buyer has paid for the item or the seller otherwise does not need to pursue the Unpaid Item case any longer.
SellerEndCommunication This value can be used if the seller wants to end communication or stop waiting for the buyer to pay.
  * See the Enumeration Index to see exact use of each enumeration value in the API.