Orders

List orders

GET/orders
Parameter Type Examples Description
fulfillable Optional
booleanFilter to only return fulfillable orders

Upload orders

POST/orders/upload
Parameter Type Examples Description
channel_id Optional
integer1The ID of the channel to upload orders for
orders Required
array<Order>The list of orders to upload

Get an order

GET/orders/{order}
Parameter Type Examples Description
order Required
integer1The ID of the order

Upload a shipping label for an order

POST/orders/{order}/uploadShippingLabel
Parameter Type Examples Description
order Required
integer1The ID of the order

Mark an order as shipped

POST/orders/{order}/markAsShipped
Parameter Type Examples Description
order Required
integer1The ID of the order
tracking_number Optional
string1Z999AA10123456784The tracking number for the shipment
carrier Optional
stringupsThe carrier for the shipment
fulfillment_request_id Optional
stringThe ID of the fulfillment request