eBay Trading APIVersion 1475
 

ShippingCostPaidByOptionsCodeType ( token )

Note: This enumerated type is returned in the deprecated ReturnPolicyDetails.ShippingCostPaidByOption field returned in GeteBayDetails. To determine who is responsible for return shipping costs 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.returnShippingCostPayers and returnPolicies.international.returnShippingCostPayers fields in the response.

No calls use ShippingCostPaidByOptionsCodeType.

Enumeration Values

Value Description
Buyer This value indicates that the buyer is responsible for paying the return shipping cost. Note that the buyer will not be responsible for return shipping cost if the the buyer's reason for the return is related to the received item not being as described in the listing, or if the item has arrived damaged or with missing parts.
CustomCode Reserved for internal or future use.
Seller This value indicates that the seller is responsible for paying the return shipping cost.
  * See the Enumeration Index to see exact use of each enumeration value in the API.