"Unknown"
https://{slug}.api-se.playground.norce.tech/commerce/productfeed/1.0/
https://{slug}.api-se.stage.norce.tech/commerce/productfeed/1.0/
https://{slug}.api-se.norce.tech/commerce/productfeed/1.0/
Contains logistic data for an item, used for shipping calculations.
The width of the item in predefined unit (commonly cm). The unit can be changed in client setting.
The height of the item in predefined unit (commonly cm). The unit can be changed in client setting.
The depth of the item in predefined unit (commonly cm). The unit can be changed in client setting.
{ "Width": 0.1, "Height": 0.1, "Depth": 0.1, "Weight": 0.1 }
Represents the on hand (stock) values per warehouse.
Specifies the warehouse type, used to differentiate between normal warehouses, stores, transit warehouses etc, which is used differently in Norce Commerce business logic.
Lead time until delivery can be made. Named as a "Day count" but can be any unit of time defined by the client.
Lists all stores on which this product is available. A list of store codes (not store warehouses).
Lists all price lists on which this product has a price. A list of price list codes.
The next delivery date from supplier to this warehouse. Called "NextDeliveryDate" in Norce Commerce Services.
{ "Warehouse": { "Code": "string", "LocationCode": "string", "Id": 0, "LocationId": 0 }, "WarehouseType": "warehouse", "Value": 0.1, "LeadTimeDayCount": 0, "AvailableOnStores": [ "string" ], "AvailableOnPriceLists": [ "string" ], "NextDelivery": "2019-08-24T14:15:22Z", "IncomingValue": 0.1 }