# Basket Operations ## Gets the shopping basket of the specified user. - [GET /baskets/users/{userId}](https://docs.jay-metadata.com/apis/basket/latest/openapi/basket-operations/getbasket.md): Retrieves the shopping basket of a user. An empty basket is returned if it does not exist yet. A shopping basket contains - a cart containing the products to buy - a saved list containing the products to remember for later usage - a checkout list containing the products in the active checkout session ## Deletes a shopping basket of the specified user. - [DELETE /baskets/users/{userId}](https://docs.jay-metadata.com/apis/basket/latest/openapi/basket-operations/deletebasket.md): Deletes the shopping basket of a user. ## Update basket comfort settings - [PATCH /baskets/users/{userId}/comfort](https://docs.jay-metadata.com/apis/basket/latest/openapi/basket-operations/updatecomfortbasketsettings.md): Allows to update basket comfort settings. This is a user specific comfort function available to validated users only. Important: The streaming provider needs to provide an authentication endpoint providing a JWT token so Jay is able to validate the user.