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/
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" }
Indicates whether the product flag name is inherited from the default language.
The product flag description in the specific language.
{ "CultureCode": "string", "IsTranslated": true, "Name": "string", "IsNameInherited": true, "Description": "string", "IsDescriptionInherited": true }