Cart

Set shipping

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

put/cart/shipping

Request body

shippingIDstring required

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

Example request

{
  "shippingID": "shp_XXXXXXXXXXXXXXXXXXXXXXXXX"
}

Response

Shipping address was set successfully.

data'ok' required

Changes