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

simpleType "ns:PickupMethodCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
never
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"InStorePickup"
 - 
This value indicates that the buyer will pick up the In-Store Pickup item at the merchant's physical store.

Note: A merchant must be eligible for the In-Store Pickup feature to list an item that is eligible for In-Store Pickup. At this time, the In-Store Pickup feature is generally only available to large retail merchants in US, and can only be applied to multi-quantity, fixed-price listings.
"PickUpDropOff"
 - 
This value indicates that the buyer will pick up the "Click and Collect" item at the merchant's physical store.

Note: A merchant must be eligible for the "Click and Collect" feature to list an item that is eligible for "Click and Collect". At this time, the "Click and Collect" feature is only available to large merchants on the eBay UK (site ID - 3), eBay Australia (Site ID - 15), and eBay Germany (Site ID - 77) sites. sites.
"CustomCode"
 - 
Reserved for internal or future use.
Annotation
Simple type defining all possible local pickup methods for buyers. A PickupMethodCodeType value is always returned under the PickupOptions and PickupMethodSelected containers.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:PickupMethodCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (4); see within schema source)
<xs:simpleType name="PickupMethodCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="InStorePickup"/>
<xs:enumeration value="PickUpDropOff"/>
<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.