---
title: "Order - Revert"
method: PUT
path: "/order/revert"
tags: ["order"]
---

# Order - Revert

`PUT /order/revert`

Revert an order back to its previous status, undoing the last status change.

## Request body

- object
  - `store_id` string, required — Store ID
  - `order_number` string, required — Order number

## Response `200`

Order reverted to original stash

- object
  - `success` boolean, required — Whether the operation succeeded

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden. Insufficient permissions.
- `429` — Too many requests. Rate limit exceeded.
- `500` — Internal server error.

## Changes

> 13 revisions in range; 1 could not be searched.

- **2026-03-02** `fa53dd949b8e` — 2 breaking, 7 info
  - the request property `order_number` became required
  - the request property `store_id` became required
  - api operation id `put_order_revert` was added
  - added the media type `application/json` for the response with the status `200`
  - …5 more
- **2024-05-28** `b640b6a3cbab` — 1 info
  - endpoint added
- **2024-04-19** `46ceda528000` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/skulabs/apis/skulabs-api/changes/order/revert/put.md)

---

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