---
title: "Create address"
method: POST
path: "/user/shipping"
tags: ["Addresses"]
---

# Create address

`POST /user/shipping`

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.
  - `zip` string, required — Zip code of the address.
  - `phone` string — Phone number of the recipient.
  - `country` string, required

## Response `200`

Shipping address ID.

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

## Changes

- **2024-12-13** `43ff7af31b1e` — 1 breaking, 3 info
  - removed the required property `result` from the response with the `200` status
  - api operation id `postUserShipping` was added
  - api tag `Addresses` added
  - added the required property `data` to the response with the `200` status

[Change history](https://skmtc.dev/terminaldotshop/apis/terminal-api/changes/user/shipping/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.dev/terminaldotshop/apis/terminal-api/revisions/43ff7af31b1e?raw)
