v41

latestOpenAPI 3.1.0raw.githubusercontent.com2025-08-053715199.1 KB
Cart

Set address

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

put/cart/address

Request body

addressIDstring required

ID of the shipping address to set for the current user's cart.

Example request

{
  "addressID": "shp_XXXXXXXXXXXXXXXXXXXXXXXXX"
}

Response

Address was set successfully.

data'ok' required