Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl 'http://localhost:9000/vendor/orders/order_01HXYZABCDEF/preview' \ -H 'Authorization: Bearer <token>' \ -H 'x-seller-id: <seller_id>'
{ "order": { "id": "order_01HXYZABCDEF", "display_id": 42, "status": "pending", "items": [ { "id": "ordli_01HXYZABCDEF", "title": "T-Shirt / M", "quantity": 1, "unit_price": 2500 } ], "order_change": { "id": "ordch_01HXYZABCDEF", "change_type": "edit", "status": "pending" }, "total": 2500 } }
Preview the order with its pending order change applied.
Show properties