---
title: "Send Order Shipment"
method: POST
path: "/orders/{order_id}/shipment"
---

# Send Order Shipment

`POST /orders/{order_id}/shipment`

## Path parameters

- `order_id` string, required

## Request body

- object
  - `carrier` string, required
  - `tracking_number` string, required
  - `tracking_url` string

## Response `204`

204

- object

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `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)
