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/
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 }
ClientPriceListType model, represents the associated price list types that are enabled for the client.
The localized and client specific name of the price list type.
The localized and client specific description of the price list type.
The default description of the price list type.
Indicates whether the description is inherited from the default description.
The priority of the price list type. Client specific. Used to determine the precedence of price list types when multiple types apply.
{ "Id": 0, "Code": "string", "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "SortOrder": 0, "Priority": 0, "IsActive": true, "Changed": "string", "ChangedBy": "string", "Cultures": [ { … } ] }