Update Order Status
PUT
/v1/orders/status/JXW6VDOKRequest
Body Params application/json
order_status
string
required
Order status can be either draft (Orders will not be produced), or new_order (The order will go into production). Default value: new_order
Example
{
"order_status": "new_order"
}
Request samples
Responses
OK(200)
HTTP Code: 200
Content Type : Rawtext/plain
ExampleUpdate Order Status
{
"message": "Update status order successfully",
"status": true
}
Last modified: 4 months ago