Entities and methods to handle baskets and payments.
- List basket statuses
Documentation ShoppingService (1.1)
The internal company id for which baskets are fetched. Either this a customerId or salesContactId must be specified.
The internal customer id for which baskets are fetched. Either this a companyId or salesContactId must be specified.
The internal salesContact id for which baskets are fetched. Either this a companyId or customerId must be specified.
Page numbers start with 1. Default is 1. If you specify a pageNo outside the range of items, an empty list will be returned. PageSize is mandatory for pageNo to work.
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.
Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.
https://demo.storm.io/api/1.1/ShoppingService.svc/rest/ListBasketsByStatus
- cURL
- JS
- C#
curl -i -X GET \
'https://demo.storm.io/api/1.1/ShoppingService.svc/rest/ListBasketsByStatus?companyId=string&customerId=string&salesContactId=string'
{ "ItemCount": 0, "Items": [ { … } ] }
https://demo.storm.io/api/1.1/ShoppingService.svc/rest/ListBasketStatuses
- cURL
- JS
- C#
curl -i -X GET \
https://demo.storm.io/api/1.1/ShoppingService.svc/rest/ListBasketStatuses
[ { "Id": 0, "Name": "string", "Description": "string", "ImageKey": "string", "Code": "string" } ]
https://demo.storm.io/api/1.1/ShoppingService.svc/rest/ListBasketTypes
- cURL
- JS
- C#
curl -i -X GET \
https://demo.storm.io/api/1.1/ShoppingService.svc/rest/ListBasketTypes
[ { "Id": 0, "Name": "string", "Description": "string", "ImageKey": "string", "Code": "string" } ]