---
title: "Update an parcel's customer infos"
method: PATCH
path: "/api/v{version}/parcels/{id}/customer"
tags: ["orders"]
---

# Update an parcel's customer infos

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

Update an parcel's customer infos. Permissions requises : SupplierAdminRole, SupplierParcelsManagerRole.

## Path parameters

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

## Headers

- `X-Tenant` string, required

## Request body

- UpdateCustomerRequest
  - `parcelId` string, uuid
  - `name` string, nullable
  - `phone` string, nullable

## Response `200`

OK

- UpdateCustomerResponse
  - `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)
