# List saved baskets for a customer List saved baskets for a specific customer Endpoint: GET /ListSavedBaskets Version: 1.1 ## Query parameters: - `customerId` (integer, required) The internal customer id of the customer. The id is used to fetch saved baskets. - `cultureCode` (string) Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application. ## Response 200 fields (application/json): - `Id` (integer) Internal id of the saved basket. - `Name` (string) Name given to this specific saved basket. MaxLength: 50. - `Created` (string) Creation date. - `CustomerId` (integer,null) Internal customer id of associated customer, if any. - `ValidTo` (string,null) Valid date, if any.