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://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/
The culture code for this culture-specific information
Indicates whether the description is inherited from the default culture
The group name of the store in a specific language, this is a free text field for client to use to classify larger collections of stores, ie. by region or type.
The sub-group name of the store in a specific language, this is a free text field for client to use to classify larger collections of stores, ie. by city or sub-type.
The culture-specific unique URL name of the store, used for SEO friendly URLs.
Indicates whether the unique URL name is inherited from the default culture
{ "CultureCode": "string", "Name": "string", "IsNameInherited": true, "Description": "string", "IsDescriptionInherited": true, "GroupName": "string", "IsGroupNameInherited": true, "SubGroupName": "string", "IsSubGroupNameInherited": true, "UniqueUrlName": "string", "IsUniqueUrlNameInherited": true, "IsTranslated": true }
StoreWarehouse model, represents a warehouse associated with a store (division). Each warehouse can have specific location details. Defining availability and stock information for that store.
{ "Id": 0, "DivisionId": 0, "Name": "string", "LocationId": 0, "LocationName": "string", "Changed": "string", "ChangedBy": "string" }
SupplierPriceList model, represents a price list provided by a supplier, including details such as currency, validity period, and associated manufacturer information. This model is used to handle the cost prices for clients and can additionally be used for supplier based business logic on client price lists.
The end customer information for this supplier price list, used for supplier price lists that are specific to certain end customers (bids).
The manufacturer identifier associated with this price list, not commonly used.
The start date when this price list becomes effective, not commonly used.
Indicates whether this price list is manually maintained. Allows for manually handle prices in the admin interface.
Indicates whether this is the primary price list for the supplier. Only one price list per supplier can be marked as primary.
The manufacturer code associated with this price list, not commonly used.
Indicates whether this price list has special terms and conditions, for display purposes only.
{ "Id": 0, "SupplierId": 0, "SupplierName": "string", "SupplierCode": "string", "SupplierCountryName": "string", "Name": "string", "Code": "string", "Description": "string", "CurrencyId": 0, "CurrencyName": "string", "CurrencyCode": "string", "Contact": "string", "Comment": "string", "EndCustomer": "string", "ManufacturerId": 0, "StartDate": "2019-08-24T14:15:22Z", "EndDate": "2019-08-24T14:15:22Z", "IsManuallyMaintained": true, "IsActive": true, "IsPrimary": true, "ManufacturerCode": "string", "IsSpecialTerms": true, "Changed": "string", "ChangedBy": "string" }