---
title: "Create"
method: POST
path: "/addresses/create/"
---

# Create

`POST /addresses/create/`

Creates address information for an individual customer.

## Request body

- object
  - `customer` string, required — Customer ID
  - `address_type` string, required — Customer address type ('billing_address' or 'shipping_address')
  - `first_name` string, required — Customer first name
  - `last_name` string, required — Customer last name
  - `label` string
  - `company_name` string — Customer company name
  - `address` string, required — Customer primary address
  - `address2` string — Additional customer address
  - `city` string, required — Customer city name
  - `state_province_code` string, required — Customer state or province
  - `zip_postal_code` string, required — Customer postal code
  - `country_code` string, required — Customer country code
  - `phone` string, required — Customer phone number
  - `fax` string — Customer fax number
  - `token_id` string — External merchant reference

## Response `200`

200

- object
  - `customer` string
  - `public_id` string
  - `label` unknown
  - `first_name` string
  - `last_name` string
  - `company_name` unknown
  - `address` string
  - `address2` unknown
  - `city` string
  - `state_province_code` string
  - `zip_postal_code` string
  - `phone` string
  - `fax` unknown
  - `country_code` string
  - `live` boolean
  - `created` string
  - `token_id` unknown
  - `store_public_id` unknown

## Other responses

- `400` — 400
- `403` — 403

---

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