"Success"
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/
Represents a supplier record.
The currency code corresponding with ISO 4217, e.g. "GBP". For the supplier price list.
The current reacquire cost (excluding VAT) if acquired from supplier. In the currency of the supplier.
Defines if stock is calculated, meaning that OnHandValue is deferred and Supplier is to be considered to always have item in stock. Commonly set to false.
Estimated lead time until delivery can be made from this supplier.
Lists all price list codes on which this supplier is marked as chosen (preselected) supplier.
{ "SupplierCode": "string", "SupplierPartNo": "string", "SupplierPriceListCode": "string", "Currency": "string", "Cost": 0.1, "OnHandValue": 0.1, "IsStockCalculated": true, "LeadTimeDayCount": 0, "ChosenSupplierOnPriceLists": [ "string" ], "AvailableOnPriceLists": [ "string" ] }