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 -X POST 'http://localhost:9000/vendor/orders/order_01HXYZABCDEF/complete' \ -H 'Authorization: Bearer <token>' \ -H 'x-seller-id: <seller_id>'
{ "order": { "id": "order_01HXYZABCDEF", "display_id": 42, "status": "completed", "currency_code": "usd", "updated_at": "2026-06-05T10:00:00.000Z" } }
Mark the order as completed.
+
-
Show properties
completed