---
title: "Update customer's address"
method: PUT
path: "/customers/{customerId}/addresses/{addressId}"
tags: ["Customers"]
---

# Update customer's address

`PUT /customers/{customerId}/addresses/{addressId}`

Update an existing address of a customer.

## Path parameters

- `customerId` string, required
- `addressId` string, required

## Request body

- object
  - `address` AddressShopify
    - `address1` string — Address line 1
    - `address2` string — Address line 2
    - `city` string — City
    - `company` string — Company
    - `countryCode` string — Country
    - `firstName` string — First name
    - `lastName` string — Last name
    - `phone` string — Phone
    - `provinceCode` string — Province
    - `zip` string — Zip

## Response `200`

Address updated

## Other responses

- `400` — Validation error

---

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