---
title: "Changes to Update customer contact"
method: PATCH
path: "/api/v1/customers/{id}"
---

# Changes to Update customer contact

`PATCH /api/v1/customers/{id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 9 revisions.

- **2026-07-07** `a3b4750a505f` — 3 breaking, 12 info
- **2026-07-07** `84194c31ab85` — 21 breaking, 3 warning, 1 info

## Changes

- **2026-07-07** `a3b4750a505f` — 3 breaking, 12 info
  - the `birth_date` request property type/format changed from `object`/`` to `string`/``
  - the `email` request property type/format changed from `object`/`` to `string`/``
  - the `phone` request property type/format changed from `object`/`` to `string`/``
  - added the new optional request property `name`
  - added the required property `birth_date` to the response with the `200` status
  - added the required property `created_at` to the response with the `200` status
  - added the required property `document` to the response with the `200` status
  - added the required property `email` to the response with the `200` status
  - added the required property `external_id` to the response with the `200` status
  - added the required property `id` to the response with the `200` status
  - added the required property `metadata` to the response with the `200` status
  - added the required property `name` to the response with the `200` status
  - added the required property `phone` to the response with the `200` status
  - added the required property `type` to the response with the `200` status
  - added the required property `updated_at` to the response with the `200` status
- **2026-07-07** `84194c31ab85` — 21 breaking, 3 warning, 1 info
  - the `birth_date` request property type/format changed from `string`/`` to `object`/``
  - the `email` request property type/format changed from `string`/`` to `object`/``
  - the `phone` request property type/format changed from `string`/`` to `object`/``
  - removed the required property `avg_ticket` from the response with the `200` status
  - removed the required property `birth_date` from the response with the `200` status
  - removed the required property `created_at` from the response with the `200` status
  - removed the required property `document` from the response with the `200` status
  - removed the required property `email` from the response with the `200` status
  - removed the required property `external_id` from the response with the `200` status
  - removed the required property `first_order_at` from the response with the `200` status
  - removed the required property `id` from the response with the `200` status
  - removed the required property `last_order_at` from the response with the `200` status
  - removed the required property `name` from the response with the `200` status
  - removed the required property `origin` from the response with the `200` status
  - removed the required property `phone` from the response with the `200` status
  - removed the required property `phone_is_whatsapp` from the response with the `200` status
  - removed the required property `social_name` from the response with the `200` status
  - removed the required property `total_orders` from the response with the `200` status
  - removed the required property `total_spent` from the response with the `200` status
  - removed the required property `type` from the response with the `200` status
  - removed the required property `updated_at` from the response with the `200` status
  - removed the request property `name`
  - removed the request property `phone_is_whatsapp`
  - removed the request property `social_name`
  - added the new optional request property `metadata`

---

[Operation](https://skmtc.dev/kruzer-corp/apis/oms-api/docs/api/v1/customers/:id/patch.md) · [API](https://skmtc.dev/kruzer-corp/apis/oms-api.md) · [Page](https://skmtc.dev/kruzer-corp/apis/oms-api/changes/api/v1/customers/:id/patch)
