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

special_requestsstring

Free-text notes captured against the basket during checkout. Surfaced to operations staff alongside the resulting Order.

Example request

{
  "special_requests": "Window table if possible, allergic to shellfish."
}

Response

The updated Basket.

Changes

No recorded changes to this endpoint across all 1 revision of this API.