Update Order Status
Production
https://api.salla.dev/admin/v2
Production
https://api.salla.dev/admin/v2
POST
https://api.salla.dev/admin/v2
Order Status
Last modified:2025-04-06 13:27:55
order_id
as a path parameter.Note
slug
: to update an order with predefined Salla statuses.status_id
: to update the Custom Order Sub-status.Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://api.salla.dev/admin/v2/orders//status' \
--header 'Content-Type: application/json' \
--data-raw '{
"slug": "restoring"
}'
Response Response Example
201 - Example
{
"status": 201,
"success": true,
"data": {
"message": "The entity has been updated successfully",
"code": 201
}
}
Request
Path Params
order_id
integer
required
Body Params application/json
Responses
Modified at 2025-04-06 13:27:55