Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE
eBay Trading API

simpleType "ns:ReturnsWithinOptionsCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
never
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"Days_3"
 - 
This value is deprecated. Listings created or revised with this value will be blocked.
"Days_7"
 - 
This value is deprecated. Listings created or revised with this value will be blocked.
"Days_10"
 - 
This value is deprecated. Listings created or revised with this value will be blocked.
"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.
"Months_1"
 - 
The seller specifies this value to enable a one-month return policy. A buyer must return an item within one month after purchase in order to receive a refund or an exchange.
Note: This value, historically only supported on the DE and AT sites, is scheduled to be deprecated, and DE and AT sellers may be blocked if they do use this value. Use Days_30 instead.
"CustomCode"
 - 
This value is reserved for internal or future use.
Annotation
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.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:ReturnsWithinOptionsCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (9); see within schema source)
<xs:simpleType name="ReturnsWithinOptionsCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="Days_3"/>
<xs:enumeration value="Days_7"/>
<xs:enumeration value="Days_10"/>
<xs:enumeration value="Days_14"/>
<xs:enumeration value="Days_30"/>
<xs:enumeration value="Days_60"/>
<xs:enumeration value="Months_1"/>
<xs:enumeration value="CustomCode"/>
</xs:restriction>
</xs:simpleType>

 Component 
SUMMARY: XML REP | DERIVED | USE
DETAIL: DESC | XML SRC | TYPE
eBay Trading API

WSDL documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML WSDLDoc 1.2.5 template set. All XSD diagrams generated by FlexDoc/XML DiagramKit.