order_id
as a path parameter.slug
: to update an order with predefined Salla statuses.status_id
: to update the Custom Order Sub-status.orders.read_write
- Orders Read & WriteAuthorization: Bearer ********************
{
"slug": "restoring",
"restore_items": true
}
curl --location --request POST 'https://api.salla.dev/admin/v2/orders//status' \
--header 'Content-Type: application/json' \
--data-raw '{
"slug": "restoring",
"restore_items": true
}'
{
"status": 201,
"success": true,
"data": {
"message": "The entity has been updated successfully",
"code": 201
}
}