---
title: "Create address"
method: POST
path: "/2023-10/address"
---

# Create address

`POST /2023-10/address`

This endpoint is used to create a customer address.
Rate limit - 1 / 5s

## Request body

- object
  - `customerShopifyId` integer, required — Unique identifier assigned to a customer within the Shopify platform.
  - `firstName` string
  - `lastName` string, required
  - `company` string
  - `phone` string
  - `address1` string, required
  - `address2` string
  - `city` string
  - `zip` string
  - `provinceCode` string
  - `countryCode` string, required

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` unknown
  - `code` string
  - `pageInfo` unknown

## Other responses

- `400` — 400

---

[API](https://skmtc.net/loopwork/apis/storefront-api.md) · [All operations](https://skmtc.net/loopwork/apis/storefront-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loopwork/storefront-api/versions/1524500daa02/schema)
