---
title: "Send Order Status"
method: POST
path: "/orders/{order_id}/status"
---

# Send Order Status

`POST /orders/{order_id}/status`

This endpoint is deprecated. You can use [Send Order Status](https://docs.almapay.com/reference/envoyer-un-status-pour-une-commande) instead.

## Path parameters

- `order_id` string, required

## Request body

- object
  - `status` string, required — Merchant order status
  - `is_shipped` boolean, required — Order dispatched and en route to the customer

## Response `204`

204

- object

## Other responses

- `400` — 400
- `401` — 401
- `404` — 404
- `422` — 422

---

[API](https://skmtc.dev/almapay/apis/alma-sandbox-api.md) · [All operations](https://skmtc.dev/almapay/apis/alma-sandbox-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/almapay/alma-sandbox-api/revisions/71ebf8797c52/schema)
