Baskets
Update a Basket
Updates a small set of basket-level metadata. Use this to record special requests captured during checkout (e.g. dietary requirements, accessibility notes).
Returns 400 Bad Request if the basket has already been submitted or otherwise locked.
put/shop/basket/{basketId}
Request body
Example request
{
"special_requests": "Window table if possible, allergic to shellfish."
}Response
The updated Basket.