Enumerated type defining the order status values that can be used in the orderStatus field, which is used if the seller wants to retrieve eBay.com or Half.com orders in a specific state.
Type that uses OrderStatusTypes:
Call that uses OrderStatusTypes:
Value | Description |
Active | If this value is used, only active orders are retrieved. Orders in the 'Active' state means that the buyer's payment on the order has not yet cleared. This value is supported for eBay.com and Half.com orders. |
All | If this value is used, orders in all states are retrieved. This is the default orderStatus value, and is supported for eBay.com and Half.com orders. |
Cancelled | If this value is used, only cancelled Half.com orders are retrieved. This value is only supported for Half.com orders. |
Completed | If this value is used, only completed orders are retrieved. Orders in the 'Completed' state indicates that the buyer's payment on the order has cleared and checkout is complete. This value is supported for eBay.com and Half.com orders. |
Shipped | If this value is used, only Half.com orders that have been shipped by the seller are retrieved. This value is only supported for Half.com orders. |
Copyright © 2013–2016 eBay Inc. All rights reserved. This documentation and the API may only be used in accordance with the eBay Developers Program and API License Agreement.