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/
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 }
VariantGroup model (called variant types in the admin interface), represents groups of variant types (called simply parametrics from its specific parametric it is associated to in the admin interface) that can be associated with products to define their variants. Each variant group can have culture-specific names and descriptions.
The description of the variant group in the current culture
Indicates whether the description is inherited from the default culture
The list of variant types associated with this variant group
{ "Id": 0, "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "Code": "string", "IsActive": true, "Changed": "string", "ChangedBy": "string", "VariantTypes": [ { … } ], "Cultures": [ { … } ] }