---
title: "Changes to Update customer address"
method: PATCH
path: "/api/v1/customers/{customerId}/addresses/{addressId}"
---

# Changes to Update customer address

`PATCH /api/v1/customers/{customerId}/addresses/{addressId}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 9 revisions.

- **2026-07-07** `a3b4750a505f` — 9 breaking, 14 info
- **2026-07-07** `84194c31ab85` — 15 breaking, 8 warning, 1 info

## Changes

- **2026-07-07** `a3b4750a505f` — 9 breaking, 14 info
  - added the new required request property `city`
  - added the new required request property `country`
  - added the new required request property `district`
  - added the new required request property `number`
  - added the new required request property `state`
  - added the new required request property `street`
  - added the new required request property `type`
  - added the new required request property `zip_code`
  - the `complement` request property type changed from `object` to `string`
  - added the required property `city` to the response with the `200` status
  - added the required property `complement` to the response with the `200` status
  - added the required property `country` to the response with the `200` status
  - added the required property `created_at` to the response with the `200` status
  - added the required property `district` to the response with the `200` status
  - added the required property `id` to the response with the `200` status
  - added the required property `is_default` to the response with the `200` status
  - added the required property `number` to the response with the `200` status
  - added the required property `source` to the response with the `200` status
  - added the required property `state` to the response with the `200` status
  - added the required property `street` 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
  - added the required property `zip_code` to the response with the `200` status
- **2026-07-07** `84194c31ab85` — 15 breaking, 8 warning, 1 info
  - the `complement` request property type changed from `string` to `object`
  - removed the required property `city` from the response with the `200` status
  - removed the required property `complement` from the response with the `200` status
  - removed the required property `country` from the response with the `200` status
  - removed the required property `created_at` from the response with the `200` status
  - removed the required property `district` from the response with the `200` status
  - removed the required property `id` from the response with the `200` status
  - removed the required property `is_default` from the response with the `200` status
  - removed the required property `number` from the response with the `200` status
  - removed the required property `source` from the response with the `200` status
  - removed the required property `state` from the response with the `200` status
  - removed the required property `street` 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 required property `zip_code` from the response with the `200` status
  - removed the request property `city`
  - removed the request property `country`
  - removed the request property `district`
  - removed the request property `number`
  - removed the request property `state`
  - removed the request property `street`
  - removed the request property `type`
  - removed the request property `zip_code`
  - added the new optional request property `is_default`

---

[Operation](https://skmtc.dev/kruzer-corp/apis/oms-api/docs/api/v1/customers/:customerId/addresses/:addressId/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/:customerId/addresses/:addressId/patch)
