change_order_status
POST
/api/orders/change_order_status/
Change Order Status
orderid
(string) - The ID of the order to be updated.bizid
(string) - The business ID associated with the order.status
(integer) - The new status code for the order.The response will be in JSON format with the following fields:
status
(boolean) - Indicates the success or failure of the operation.message
(string) - Additional information or error message.{
"status": true,
"message": ""
}
Request
Header Params
marchant-id
string
required
Example:
BIZ12354124
Body Params multipart/form-data
orderid
string
required
Example:
1
bizid
string
required
Example:
1
status
string
required
Example:
1
Request samples
Responses
Modified at 2024-10-17 16:02:45