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

# Set shipping

`PUT /cart/shipping`

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

## Request body

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

## Response `200`

Shipping address was set successfully.

- object
  - `data` 'ok', required

## Changes

- **2024-12-13** `43ff7af31b1e` — 1 breaking, 4 info
  - removed the required property `result` from the response with the `200` status
  - api operation id `putCartShipping` was added
  - the endpoint scheme security `Bearer` was removed from the API
  - api tag `Cart` added
  - …1 more

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