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

Changes