---
title: "Create an address for a customer"
method: POST
path: "/v3/merchants/{mId}/customers/{customerId}/addresses"
tags: ["CUSTOMERS"]
---

# Create an address for a customer

`POST /v3/merchants/{mId}/customers/{customerId}/addresses`

Creates an address associated to a merchant's customer.

## Path parameters

- `mId` string, required
- `customerId` string, required

## Headers

- `User-Agent` string, required

## Request body

- object
  - `address1` string — Customer's address, line one.
  - `address2` string — Customer's address, line two.
  - `address3` string — Customer's address, line three.
  - `city` string — Customer's city.
  - `country` string — Customer's country.
  - `state` string — Customer's state.
  - `zip` string — Postal code of the customer's address.

## Response `200`

---

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