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/
Supplier warehouse model, represents the relationship between a supplier and warehouse with various operational settings and configurations.
The freight cost associated with this supplier warehouse, deprecated property.
The minimum order value required for this supplier warehouse, deprecated property.
The cost associated with minimum order value requirements, deprecated property.
The standard lead time usually in days for goods from this supplier warehouse
The transfer method value for this supplier warehouse, deprecated property.
Indicates whether stock should be ignored for this supplier warehouse, use this for additional warehouses that should not affect stock based business logic.
Indicates whether this is the standard warehouse for the supplier, only one warehouse per supplier can be marked as standard.
The date and time when data was last imported for this supplier warehouse, obsolete property, see import logs for details.
The next expected date for deliveries or updates from this supplier warehouse, deprecated property.
The transfer method identifier used for this supplier warehouse, deprecated property.
{ "Id": 0, "SupplierId": 0, "Name": "string", "CostBlock": 0, "FreightCost": 0.1, "MinimumOrderValue": 0.1, "MinimumOrderValueCost": 0.1, "StandardLeadTimeDayCount": 0, "TransferMethodValue": "string", "IgnoreStock": true, "IsStandard": true, "IsActive": true, "LastImported": "2019-08-24T14:15:22Z", "NextExpectedDate": "2019-08-24T14:15:22Z", "TransferMethodId": 0, "Changed": "string", "ChangedBy": "string" }
ApplicationCulture model, represents a culture (language and cultural settings) added to the application, allows for end customers to view the store in this culture
The Code of the culture. Two letter or five letter codes. MaxLength: 16., e.g. "en-US", or "sv-SE"
Primary application culture. Must be set for only one of the active cultures. Can be updated on an existing ApplicationCulture.
{ "CultureCode": "string", "IsPrimary": true, "IsActive": true }
UpdateClientCurrencyModel model, represents a currency associated with the client, the UpdateClientCurrencyModel has only the updateable properties.
The client specific exchange rate of the currency. The rate is defined from EUR (1.000000000) and all other currencies are defined against EUR. If set, Norce will not update exchange rate automatically. It is left to the client to maintain the rate.
{ "Id": 0, "IsExchangeRateInherited": true, "ExchangeRate": 999999999 }