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/
ClientAssortment model, represents a predefined assortment of products for a client. This is deprecated functionality and will be removed in future versions.
Indicates whether the description is inherited from the default culture
The culture-specific information for the client assortment
{ "Id": 0, "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "Code": "string", "Changed": "string", "ChangedBy": "string", "Cultures": [ { … } ], "GetCultureProperties": [ "string" ] }
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.
The exchange rate of the currency, maintained by Norce. The rate is defined from EUR (1.000000000) and all other currencies are defined against EUR.
{ "Id": 0, "IsExchangeRateInherited": true, "ExchangeRate": 999999999, "Code": "str", "Name": "string", "InheritedExchangeRate": 999999999, "Changed": "string", "ChangedBy": "string" }