---
title: "Update shipment receipt data"
method: PATCH
path: "/v3/orders/{id}/shipment-receipt"
tags: ["Orders"]
---

# Update shipment receipt data

`PATCH /v3/orders/{id}/shipment-receipt`

Requires the `order:update` scope. Update shipment receipt / tracking ID for an order.

## Request body

- UpdateOrderShipmentReceiptRequest
  - `shipment_receipt` string, required

## Response `200`

Receipt updated successfully

- UploadReceipt
  - `id` string, uuid — Canonical UUIDv7 order primary key returned by the partitioned orders table.
  - `order_id` string — Order ID in string format
  - `public_order_url` string, uri, nullable — Public order URL built from metadata.custom_domain_full_url and secret_slug.
  - `payment_url` string, uri, nullable — Payment URL built from public_order_url with /success appended.
  - `shipment_receipt` string, nullable — Shipment receipt URL

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/scalev/apis/nexus-commerce-api.md) · [All operations](https://skmtc.net/scalev/apis/nexus-commerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalev/nexus-commerce-api/versions/4354959d76dc/schema)
