cURL
curl --request POST \ --url https://app.fliqr.ai/api/users/{user_id}/order/{order_id} \ --header 'Content-Type: application/json' \ --header 'X-ACCESS-TOKEN: <api-key>' \ --data '{ "status": 7 }'
{ "success": true }
Change order status.
The new order status. 6 - Processing, 7 - Shipped, 10 - Completed, 13 - Canceled.
successful operation
Was this page helpful?