---
title: "Order - Modify Status"
method: PUT
path: "/order/modify_status"
tags: ["order"]
---

# Order - Modify Status

`PUT /order/modify_status`

Update the fulfillment status of one or more orders.

## Request body

- object
  - `store_id` string, required — Store ID
  - `order_number` string, required — Order number
  - `status` 'unstarted' | 'in_progress' | 'shipped' | 'cancelled' | 'cleared' | 'delayed' | 'stopped' | 'partially shipped' | 'archived' | 'awaiting fulfillment' | 'pending' | 'partially cleared', required — New status value
  - `refresh_cache` boolean — Refresh cache after update
  - `status_date` string — Date to set for the status change
  - `force` boolean — Force the status change
  - `order` object — Order reference object

## Response `200`

Status updated

- 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.

---

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