---
title: "Update a customer's address"
method: PUT
path: "/v3/customeraddress"
---

# Update a customer's address

`PUT /v3/customeraddress`

Updates a specific customer's address

## Query parameters

- `id` integer, required
- `subId` integer, required

## Request body

- object
  - `name` string — Name of address
  - `address1` string — Street address
  - `address2` string — Apartment, suite, or department
  - `city` string — City
  - `state` string — State
  - `zip` string — Zip code
  - `country` string — Country
  - `isDefault` boolean — Is this the default address

## Response `200`

200

## Other responses

- `400` — 400

---

[API](https://skmtc.net/mxmerchant/apis/checkout-api.md) · [All operations](https://skmtc.net/mxmerchant/apis/checkout-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mxmerchant/checkout-api/versions/6807b698abcb/schema)
