eBay Trading APIVersion 1345
 

Applicable values for GetOrdersResponse.OrderArray.Order.TransactionArray.Transaction.PickupMethodSelected.PickupStatus

CustomCode
(out) This value is reserved for internal or future use.
Invalid
(out) This value indicates that the current status value of the In-Store Pickup order is invalid.
NotApplicable
(out) This value indicates that the current status value of the In-Store Pickup order is not applicable.
PendingMerchantConfirmation
(out) 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.
Pickedup
(out) 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.
PickupCancelled
(out) This status indicates that the In-Store Pickup order has been cancelled, and the exact reason is not available.
PickupCancelledBuyerNoShow
(out) 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.
PickupCancelledBuyerRejected
(out) 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.
PickupCancelledOutOfStock
(out) 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.
ReadyToPickup
(out) 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.