The Norce Management API lets you manage configurations and metadata on a client.
The Norce Management API lets you manage configurations and metadata on a client.
https://{slug}.api-se.playground.norce.tech/commerce/
https://{slug}.api-se.stage.norce.tech/commerce/
https://{slug}.api-se.norce.tech/commerce/
PriceListSupplierPriceList model, represents a supplier price list linked to a price list. Providing procurement data and other supplier product data for the product and price list. Allows for Chosen supplier functionality.
Indicates whether the supplier has chosen supplier functionality enabled
{ "Id": 0, "PriceListId": 0, "Name": "string", "SupplierName": "string", "SupplierId": 0, "SupplierCode": "string", "SupplierCountry": "string", "SupplierIsChosenSupplierEnabled": true, "SupplierPriceListCurrencyCode": "string", "Code": "string", "Changed": "string", "ChangedBy": "string" }
PriceListWarehouse model, represents a warehouse and location associated with a price list. Warehouses help manage stock and by linking them to price lists, facilitate availability functionality for assortments of products.
The code of the location within the warehouse used for identification purposes
Indicates whether the location is included in stock calculation processes
Indicates whether this warehouse is set as the standard warehouse for the price list
{ "Id": 0, "TypeId": 0, "Code": "string", "PriceListId": 0, "Name": "string", "LocationId": 0, "LocationName": "string", "LocationCode": "string", "LocationIsIncludedInStockCalculation": true, "IsStandard": true, "Changed": "string", "ChangedBy": "string" }