---
title: "Create customer address"
method: POST
path: "/v3/customers/{id}/address"
tags: ["Customers"]
---

# Create customer address

`POST /v3/customers/{id}/address`

## Path parameters

- `id` string, required

## Request body

- UpsertAddressV3Dto
  - `line1` string, required — Primary street address
  - `line2` string — Secondary address line (apt, suite, etc)
  - `postalCode` string, required — Postal/ZIP code
  - `city` string, required — City name
  - `state` string, required — State/province name
  - `country` string — Country Code
  - `addressee` string — Name of recipient/addressee
  - `isDefaultBilling` boolean, required — Is default billing address
  - `isDefaultShipping` boolean, required — Is default shipping address

## Response `200`

Created address

## Other responses

- `400` — Top level customers cannot be modified
- `404` — Customer not found
- `500` — Internal server error

---

[API](https://skmtc.net/tabsplatform/apis/tabs-external-api.md) · [All operations](https://skmtc.net/tabsplatform/apis/tabs-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tabsplatform/tabs-external-api/revisions/7e8885517814/schema)
