---
title: "Create a customer's address"
method: POST
path: "/v3/customeraddress"
---

# Create a customer's address

`POST /v3/customeraddress`

Creates a specific customer's address

## Query parameters

- `id` integer, required
- `echo` boolean

## 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

- object[]
  - `id` integer
  - `name` string
  - `address1` string
  - `address2` string
  - `city` string
  - `state` string
  - `zip` string
  - `created` string
  - `isDefault` boolean

## 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)
