---
title: "Changes to Add address to customer"
method: POST
path: "/customers/{uuid}/addresses"
---

# Changes to Add address to customer

`POST /customers/{uuid}/addresses`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 1 of 4 revisions.

- **2026-03-11** `ff825f6602c8` — 6 breaking, 9 warning, 6 info

## Changes

- **2026-03-11** `ff825f6602c8` — 6 breaking, 9 warning, 6 info
  - added the new required request property `line1`
  - added the new required request property `zip_code`
  - the request property `city` became required
  - the request property `country` became required
  - the request property `name` became required
  - the request property `state` became required
  - the `city` request property's maxLength was set to `255`
  - the `country` request property's maxLength was set to `2`
  - the `email` request property's maxLength was set to `255`
  - the `name` request property's maxLength was set to `255`
  - the `state` request property's maxLength was set to `255`
  - removed the request property `street`
  - removed the request property `zip`
  - removed the optional property `street` from the response with the `200` status
  - removed the optional property `zip` from the response with the `200` status
  - added the new optional request property `line2`
  - added the optional property `connections` to the response with the `200` status
  - added the optional property `line1` to the response with the `200` status
  - added the optional property `line2` to the response with the `200` status
  - added the optional property `self` to the response with the `200` status
  - added the optional property `zip_code` to the response with the `200` status

---

[Operation](https://skmtc.dev/truust-io/apis/truust-api/docs/customers/:uuid/addresses/post.md) · [API](https://skmtc.dev/truust-io/apis/truust-api.md) · [Page](https://skmtc.dev/truust-io/apis/truust-api/changes/customers/:uuid/addresses/post)
