Entities and methods to handle baskets and payments.
Entities and methods to handle baskets and payments.
https://customer-slug.api-se.norce.tech/commerce/shopping/1.1/
The aggregated value from all warehouses and locations in the current context (Web, Supplier or Store).
{ "Value": 0, "IncomingValue": 0, "NextDeliveryDate": "2019-08-24T14:15:22Z", "LeadtimeDayCount": 0, "LastChecked": "2019-08-24T14:15:22Z", "IsActive": true, "IsReturnable": true, "Info": [ { … } ] }
The product internal id for the current product/variant. If the entity is fetched by productId it will be that productId. If the product is fetched by partNo it will be the productId for that variant.
A list of warehouses with OnHand for the product.
{ "ProductId": 0, "Warehouses": [ { … } ], "Variants": [ {} ] }