orders
Open the interactive API reference (Swagger) ↗ — full request/response schemas and a try-it console.
GET
/store/ordersList store orders
List orders for the authenticated client's shop, newest first, with full detail: line items, shipping address, per-parcel tracking with delivery status, and campaign linkage.
POST
/store/ordersCreate a store order
Create a campaign order in the authenticated client's shop. Items reference campaign product IDs from the campaign detail endpoint. The order is confirmed immediately and fulfilment notifications are sent.
GET
/store/orders/{order_id}Get a store order
Return a single order of the authenticated client's shop with full detail: line items, shipping address, per-parcel tracking with delivery status, and campaign linkage.