---
title: "Set address"
method: PUT
path: "/cart/address"
tags: ["Cart"]
---

# Set address

`PUT /cart/address`

Set the shipping address for the current user's cart.

## Request body

- object
  - `addressID` string, required — ID of the shipping address to set for the current user's cart.

## Response `200`

Address was set successfully.

- object
  - `data` 'ok', required

## Changes

- **2024-12-13** `916cf9100f68` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/terminaldotshop/apis/terminal-api/changes/cart/address/put.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/a63f15bf21a8?raw)
