eBay Trading APIVersion 1475
 

RefundDetailsType

Note: This type is used by the deprecated ReturnPolicyDetails.Refund container returned in GeteBayDetails. For most categories within a given eBay site, the supported Return Policy options/values are the same, but there a few exceptions. To determine which refund options are supported for a specific leaf category on a specific eBay marketplace, use the Metadata API getReturnPolicies method. Pass the target marketplace_id and the category ID in the filter query parameter, and then inspect the returnPolicies.domestic.refundMethods and returnPolicies.international.refundMethods fields in the response for the supported domestic and international refund methods.

Type that uses RefundDetailsType:

Call that uses RefundDetailsType:

Fields

Description ( string ) [0..1]
Display string that applications can use to present RefundOption in a more user-friendly format (such as in a drop-down list). Not applicable as input to the AddItem family of calls. (Use RefundOption instead.)
See the Field Index to learn which calls use Description.

RefundOption ( token ) [0..1]
Indicates how the seller will compensate the buyer for a returned item. This value can be passed in the Add/Revise/Relist/VerifyAdd API calls.

Currently, on the US site (and many other sites), the seller must offer either a MoneyBack or a MoneyBackOrExchange refund option. Consider using the MoneyBackOrExchange option when you have the depth of inventory to support replacement of the original item. Otherwise, use the MoneyBack option if you have limited inventory.
See the Field Index to learn which calls use RefundOption.