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
curl --request POST \ --url http://localhost:3000/v1/admin/orders/{id} \ --header 'Content-Type: application/json' \ --data ' { "status": "<string>", "fulfillment_status": "<string>", "payment_status": "<string>", "notes": "<string>" } '
{ "success": true, "order": { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "customer_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "order_number": "<string>", "status": "<string>", "total_amount": 123, "payment_status": "<string>", "payment_method": "<string>", "order_cutoff_time": "<string>", "estimated_pickup_time": "<string>", "actual_pickup_time": "<string>", "location_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "notes": "<string>", "source": "<string>", "currency_code": "<string>", "email": "<string>", "fulfillment_status": "<string>", "created_at": "<string>", "updated_at": "<string>", "display_id": 123, "deleted_at": "<string>" } }
Updates order status and metadata.
Order updated
Show child attributes