Request
Body Params application/json
Order status can be either draft (Orders will not be produced), or new_order (The order will go into production). Default value: new_order
{
"order_status": "new_order"
}
Request samples
curl --location --request PUT 'https://api.swiftpod.com/v1/orders/status/JXW6VDOK' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_status": "new_order"
}'
Responses
{
"message": "Update status order successfully",
"status": true
}
Modified at 2024-07-19 09:33:20