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/
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 }
ClientSalesArea model, represents a sales area associated with the client, indicating whether the client has at least one application with this sales area enabled. Each sales area has a set of VAT codes associated with it, with one VAT code marked as primary for the sales area. This primary VAT code will be used as default VAT code for products unlesss overridden at category or product level.
The collection of VAT codes associated with this sales area for the client.
{ "Id": 0, "Name": "string", "Code": "string", "IsPrimary": true, "VatCodes": [ { … } ], "PrimaryVatCodeId": 0, "Changed": "string", "ChangedBy": "string" }