---
title: "Update order status."
method: PUT
path: "/rest/api/orders/{id}/status/"
tags: ["Order"]
---

# Update order status.

`PUT /rest/api/orders/{id}/status/`

## Path parameters

- `id` string, required

## Request body

- RestStatusOrderDTO
  - `status` integer, required — <a href='#tag/Order/operation/get_rest_orders_shipment_status_map'>Status ID</a>

## Response `200`

Change status correctly

- object
  - `updates` integer — Number of updates

## Other responses

- `304` — No changes was made
- `400` — Invalid status ID
- `401` — Authorization failed
- `404` — Order not found

---

[API](https://skmtc.dev/apilo/apis/apilo-rest-api.md) · [All operations](https://skmtc.dev/apilo/apis/apilo-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/apilo/apilo-rest-api/revisions/a0f9dcdba6cc/schema)
