---
title: "Create address"
method: POST
path: "/address"
tags: ["Address"]
---

# Create address

`POST /address`

Create and add a shipping address to the current user.

## Request body

- object — Address information.
  - `name` string, required — The recipient's name.
  - `street1` string, required — Street of the address.
  - `street2` string — Apartment, suite, etc. of the address.
  - `city` string, required — City of the address.
  - `province` string — Province or state of the address.
  - `country` string, required — ISO 3166-1 alpha-2 country code of the address.
  - `zip` string, required — Zip code of the address.
  - `phone` string — Phone number of the recipient.

## Response `200`

Shipping address ID.

- object
  - `data` string, required — Shipping address ID.

## Other responses

- `400` — Bad Request - The request could not be understood or was missing required parameters.
- `401` — Unauthorized - Authentication is required and has failed or has not been provided.
- `429` — Too Many Requests - You have made too many requests in a short period of time.
- `500` — Internal Server Error - Something went wrong on our end.

## Changes

- **2025-03-07** `979a6c40552c` — 4 info
  - added the non-success response with the status `400`
  - added the non-success response with the status `401`
  - added the non-success response with the status `429`
  - added the non-success response with the status `500`
- **2024-12-16** `56a8a6f18e6c` — 1 info
  - endpoint added
- **2024-12-16** `021e5a9aa9e2` — 1 breaking
  - api path removed without deprecation
- **2024-12-13** `916cf9100f68` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/terminaldotshop/apis/terminal-api/changes/address/post.md)

---

[API](https://skmtc.dev/terminaldotshop/apis/terminal-api.md) · [All operations](https://skmtc.dev/terminaldotshop/apis/terminal-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/terminaldotshop/terminal-api/revisions/cb50019f2425/schema)
