---
title: "Change order status"
method: POST
path: "/api/order/changestatus"
tags: ["Order"]
---

# Change order status

`POST /api/order/changestatus`

## Headers

- `x-auth-key` string, required
- `x-auth-secret` string, required

## Request body

- ChangeOrderStatusApiModel
  - `Id` integer — Order Id
  - `Status` 'PendingPayment' | 'Processing' | 'Shipped' | 'Completed' | 'OnHold' | 'Cancelled' | 'Refunded' | 'Failed' — New status of the order
  - `Reason` string — Reason for status change

## Response `204`

No Content

---

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