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/
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" ] }
ClientCurrency model, represents a currency associated with the client, indicating whether the client has at least one application with this currency enabled.
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.
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.
{ "Code": "str", "Name": "string", "InheritedExchangeRate": 999999999, "Changed": "string", "ChangedBy": "string", "Id": 0, "IsExchangeRateInherited": true, "ExchangeRate": 999999999 }
The translated name of the price list type for this culture.
The translated description of the price list type for this culture.
{ "CultureCode": "string", "IsTranslated": true, "Name": "string", "IsNameInherited": true, "Description": "string", "IsDescriptionInherited": true }