List baskets by status

Returns a paged basket list for specified customer, company or sales contact.

Request
query Parameters
companyId
required
string

The internal company id for which baskets are fetched. Either this a customerId or salesContactId must be specified.

customerId
required
string

The internal customer id for which baskets are fetched. Either this a companyId or salesContactId must be specified.

salesContactId
required
string

The internal salesContact id for which baskets are fetched. Either this a companyId or customerId must be specified.

statusId
integer <int32>

The internal id for the status to fetch.

pageNo
string

Page numbers start with 1. Default is 1. If you specify a pageNo out side the range of items, an empty list will be returned.

pageSize
string

Number of items to display per page.

pricelistSeed
string

A comma separated list of internal pricelist ids to use, if any. PriceLists supplied must be valid, either from the application's public priceList or any customer or company priceLists or any valid client priceLists. For clients configured to use priceListSeed exclusively in the API only the supplied priceLists will be used. If this is not configured, the supplied priceLists will be appended to the valid priceLists. If none is supplied, the default value for the application will be used in combination with any customer or company priceLists. This applies to both configurations.

cultureCode
string

Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.

currencyId
string

Internal id that specifies in which currency to display prices. If none is supplied, value is resolved from Application.

Responses
200

Success

500

Internal Server Error

get/ShoppingService.svc/rest/ListBasketsByStatus
Response samples
{
  • "ItemCount": 0,
  • "Items": [
    ]
}