ReturnsWithinOptionsCodeType ( token )
This enumerated type contains the list of values that can be used by the seller in an Add/Revise/Relist call to set the number of days (after the purchase date) that a buyer has to return an item (if the return policy states that items can be returned) for a refund or an exchange. These same values are also returned in the GeteBayDetails call.
Note: The GeteBayDetails call returns site-default Return Policy settings. For most categories within a given eBay site, the supported Return Policy options/values are the same, but there a few exceptions. To discover what return durations that a particular category supports, call GetCategoryFeatures and include DomesticReturnsDurationValues
and/or InternationalReturnsDurationValues
as FeatureID values to see the return durations available for domestic and international returns, respectively.
No calls use ReturnsWithinOptionsCodeType.
Enumeration Values
Value | Description |
CustomCode | This value is reserved for internal or future use. |
Days_14 | The seller specifies this value to enable a 14-day return policy. A buyer must return an item within 14 days after purchase in order to receive a refund or an exchange/replacement item. |
Days_30 | The seller specifies this value to enable a 30-day return policy. A buyer must return an item within 30 days after purchase in order to receive a refund or an exchange/replacement item. Note: To qualify as a Top-Rated Plus listing, a 30-day (or longer) return period must be set. |
Days_60 | The seller specifies this value to enable a 60-day return policy. A buyer must return an item within 60 days after purchase in order to receive a refund or an exchange/replacement item. |