v14

OpenAPI 3.1.02026-08-03122113375.9 KB
basket

Get basket items

Think of this as the "show me my cart" endpoint.

Use it any time you need the full, current list of basket items, for example:

  • loading the basket page
  • refreshing after add/update/remove actions
  • showing item-level basket details before checkout

How it works:

  • You pass a basket ID in the path.
  • The API returns the full item list for that basket.

Good to know:

  • Basket IDs are caller-generated unique identifiers.
  • The basket becomes associated with the user who first modifies it.
  • Once owned, other users cannot update that basket.
get/basket/{id}

Path parameters

idstring required

The ID of the basket to retrieve

The ID of the basket to retrieve

Response

List of items in the basket

object required