---
title: "Update an order's total amount"
method: PATCH
path: "/api/v{version}/parcels/{id}/amount"
tags: ["orders"]
---

# Update an order's total amount

`PATCH /api/v{version}/parcels/{id}/amount`

Update an order's total amount. Permissions requises : SupplierAdminRole, SupplierParcelsManagerRole.

## Path parameters

- `version` string, required
- `id` string, uuid, required

## Headers

- `X-Tenant` string, required

## Request body

- UpdateAmountRequest
  - `parcelId` string, uuid
  - `amount` number, double

## Response `200`

OK

- UpdateAmountResponse
  - `id` string, uuid, nullable

---

[API](https://skmtc.net/zrexpress/apis/zrexpress-api.md) · [All operations](https://skmtc.net/zrexpress/apis/zrexpress-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zrexpress/zrexpress-api/versions/99b075e0b641/schema)
