Place Order
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
Request
The specific channel within a marketplace in which orders are processed (typically corresponds to region)
The datetime of the purchase date. ISO 8601 date-time YYYY-MM-DDTH:i:sZ (all times must be in UTC)
- PENDING - Order is still awaiting payment or other finalization before being eligible for fulfillment
- AWAITING_SHIPMENT - The marketplace does not yet have any fulfillment information for the order
- SHIPPED - The marketplace has successfully retrieved fulfillment information for the entire order
- CANCELLED - The order has been cancelled, either due to action initiated by the marketplace (customer cancelled) or the entire order has been cancelled during fulfillment processing (seller cancelled)
Details about the location (e.g. store) associated with an order
The customer’s instructions to the delivery service regarding where/how to leave the package.
The earliest expected ship-by date. ISO 8601 date-time YYYY-MM-DDTH:i:sZ (all times must be in UTC)
The latest expected ship-by date. ISO 8601 date-time YYYY-MM-DDTH:i:sZ (all times must be in UTC)
The latest expected deliver-by date. ISO 8601 date-time YYYY-MM-DDTH:i:sZ (all times must be in UTC)
The earliest expected deliver-by date. ISO 8601 date-time YYYY-MM-DDTH:i:sZ (all times must be in UTC)
Key/Value pairs of data the marketplace wants to associate with an order
- True - The order is fulfilled by the marketplace
- False - The seller must fulfill the order
- shipment - Requires shipment by the seller
- digital - No physical fulfillment
- pickup - Order prepared for local pickup by buyer