Entities and methods to handle baskets and payments.
https://demo.storm.io/api/1.1/ShoppingService.svc/rest/ListBasketTypes
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" } ]
https://demo.storm.io/api/1.1/ShoppingService.svc/rest/ListSavedBaskets
curl -i -X GET \
'https://demo.storm.io/api/1.1/ShoppingService.svc/rest/ListSavedBaskets?customerId=0'[ { "Id": 0, "Name": "string", "Created": "2019-08-24T14:15:22Z", "CustomerId": 0, "ValidTo": "2019-08-24T14:15:22Z" } ]
https://demo.storm.io/api/1.1/ShoppingService.svc/rest/SaveBasket
curl -i -X POST \
'https://demo.storm.io/api/1.1/ShoppingService.svc/rest/SaveBasket?basketId=0&customerId=0&name=string'{ "Id": 0, "Name": "string", "Created": "2019-08-24T14:15:22Z", "CustomerId": 0, "ValidTo": "2019-08-24T14:15:22Z" }