cURL
curl --request GET \ --url https://api.managem.co.uk/basket/{id}
{}
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:
How it works:
Good to know:
The ID of the basket to retrieve
List of items in the basket
Show child attributes