List saved baskets for a customer

List saved baskets for a specific customer

Request
query Parameters
customerId
required
integer <int32>

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.

Responses
200

Success

500

Internal Server Error

get/ShoppingService.svc/rest/ListSavedBaskets
Response samples
[
  • {
    }
]