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

simpleType "ns:PickupStatusCodeType"
Namespace:
Defined:
globally in Schema in ebaySvc.wsdl; see XML source
Used:
Simple Content Model
enumeration of xs:token
Simple Content Restrictions:
Enumeration:
"Invalid"
 - 
This value indicates that the current status value of the In-Store Pickup order is invalid.
"NotApplicable"
 - 
This value indicates that the current status value of the In-Store Pickup order is not applicable.
"PendingMerchantConfirmation"
 - 
This status indicates that the In-Store Pickup order has yet to be acknowledged by the merchant. This is typically the state before the merchant sends the ORDER.READY_FOR_PICKUP notification to eBay through the Inbound Notifications API.
"ReadyToPickup"
 - 
This status indicates that the In-Store Pickup order is ready to be picked up by the buyer. This state occurs after the merchant sends the ORDER.READY_FOR_PICKUP notification to eBay through the Inbound Notifications API.
"Pickedup"
 - 
This status indicates that the In-Store Pickup order has been picked up by the buyer. This state occurs after the merchant sends the ORDER.PICKEDUP notification to eBay through the Inbound Notifications API.
"PickupCancelledOutOfStock"
 - 
This status indicates that the In-Store Pickup order has been cancelled by the merchant, because the product was out of stock. This state occurs after the merchant sends the ORDER.PICKUP_CANCELED notification (with the CANCEL_TYPE parameter in the notification payload set to "OUT_OF_STOCK") to eBay through the Inbound Notifications API.
"PickupCancelledBuyerRejected"
 - 
This status indicates that the In-Store Pickup order has been cancelled by the merchant, because the buyer rejected the item. This state occurs after the merchant sends the ORDER.PICKUP_CANCELED notification (with the CANCEL_TYPE parameter in the notification payload set to "BUYER_REJECTED") to eBay through the Inbound Notifications API.
"PickupCancelledBuyerNoShow"
 - 
This status indicates that the In-Store Pickup order has been cancelled by the merchant, because the buyer never showed up to pick up the item. This state occurs after the merchant sends the ORDER.PICKUP_CANCELED notification (with the CANCEL_TYPE parameter in the notification payload set to "BUYER_NO_SHOW") to eBay through the Inbound Notifications API.
"PickupCancelled"
 - 
This status indicates that the In-Store Pickup order has been cancelled, and the exact reason is not available.
"CustomCode"
 - 
This value is reserved for internal or future use.

All Direct / Indirect Based Elements (1):
Known Usage Locations
Annotation
Simple type defining all possible states for an In-Store Pickup order. The value of the PickupStatus field (returned under the PickupMethodSelected container) can change during the lifecycle of the order based on the notifications that a merchant sends to eBay through the Inbound Notifications API.

Note: 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.
Type Definition Detail
Type Derivation Tree
xs:token (restriction)
  ns:PickupStatusCodeType
Derivation:
restriction of xs:token
XML Source (w/o annotations (11); see within schema source)
<xs:simpleType name="PickupStatusCodeType">
<xs:restriction base="xs:token">
<xs:enumeration value="Invalid"/>
<xs:enumeration value="NotApplicable"/>
<xs:enumeration value="PendingMerchantConfirmation"/>
<xs:enumeration value="ReadyToPickup"/>
<xs:enumeration value="Pickedup"/>
<xs:enumeration value="PickupCancelledOutOfStock"/>
<xs:enumeration value="PickupCancelledBuyerRejected"/>
<xs:enumeration value="PickupCancelledBuyerNoShow"/>
<xs:enumeration value="PickupCancelled"/>
<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.