Entities and methods to handle baskets and payments.
https://customer-slug.api-se.norce.tech/commerce/shopping/1.1/
https://customer-slug.api-se.norce.tech/commerce/shopping/1.1/ListBasketTypes
curl -i -X GET \
https://customer-slug.api-se.norce.tech/commerce/shopping/1.1/ListBasketTypes[ { "Id": 0, "Name": "string", "Description": "string", "ImageKey": "string", "Code": "string" } ]
https://customer-slug.api-se.norce.tech/commerce/shopping/1.1/ListSavedBaskets
curl -i -X GET \
'https://customer-slug.api-se.norce.tech/commerce/shopping/1.1/ListSavedBaskets?customerId=0'[ { "Id": 0, "Name": "string", "Created": "2019-08-24T14:15:22Z", "CustomerId": 0, "ValidTo": "2019-08-24T14:15:22Z" } ]
https://customer-slug.api-se.norce.tech/commerce/shopping/1.1/SaveBasket
curl -i -X POST \
'https://customer-slug.api-se.norce.tech/commerce/shopping/1.1/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" }