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

simpleType "ns:ShippingCostPaidByOptionsCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
never
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"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.
"Seller"
 - 
This value indicates that the seller is responsible for paying the return shipping cost.
"CustomCode"
 - 
(out) Reserved for internal or future use.
"EUSeller_ReturnRights"
 - 
This value is no longer applicable.
"EUSeller_CancelRights"
 - 
This value is no longer applicable.
"EUBuyer_CancelRightsUnder40"
 - 
This value is no longer applicable.
Annotation
This enumerated type contains the values that specify the party (seller/buyer) who will be responsible for paying the return shipping cost if an item is returned. One of these values is set by the seller when establishing/setting a return policy for an item.

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 shipping 'payee' values that a particular category supports, call GetCategoryFeatures and include DomesticReturnsShipmentPayeeValues and/or InternationalReturnsShipmentPayeeValues as FeatureID values to see the return shipping 'payee' values available for domestic and international returns, respectively.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:ShippingCostPaidByOptionsCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (7); see within schema source)
<xs:simpleType name="ShippingCostPaidByOptionsCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="Buyer"/>
<xs:enumeration value="Seller"/>
<xs:enumeration value="CustomCode"/>
<xs:enumeration value="EUSeller_ReturnRights"/>
<xs:enumeration value="EUSeller_CancelRights"/>
<xs:enumeration value="EUBuyer_CancelRightsUnder40"/>
</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.