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/
ApplicationCulture model, represents a culture (language and cultural settings) added to the application, allows for end customers to view the store in this culture
The Code of the culture. Two letter or five letter codes. MaxLength: 16., e.g. "en-US", or "sv-SE"
Primary application culture. Must be set for only one of the active cultures. Can be updated on an existing ApplicationCulture.
{ "CultureCode": "string", "IsPrimary": true, "IsActive": true }
ApplicationCurrency model, represents a currency added to the application, allows for end customers to buy and see prices in this currency, as well as adding the currency to client, so that it may be used in business rules, promotions, etc.
Primary application currency. Must be set for only one of the active currencies. Can be updated on an existing ApplicationCurrency.
Exchange rate for the currency compared to the EUR. E.g. if this currency is SEK, and 1 SEK = 0.091 EUR, the exchange rate is 0.0910000000, not editable directly from here. Use the exchange rate management features.
The date and time when the ApplicationCurrency was last changed, in the application's timezone format
{ "Id": 0, "Code": "string", "Name": "string", "IsActive": true, "IsPrimary": true, "ExchangeRate": 0, "Changed": "string", "ChangedBy": "string" }
ApplicationSalesArea model, represents a sales area added to the application, allows for end customers to buy using the sales area vat settings, as well as adding the sales area to the client, so that it may be used in other applications with the same settings. Each sales area must have at least one VatRate defined.
Sales area code - a unique external identifier used by client systems, e.g. "SE", "US", "44", "FI", can be left as null.
Primary application sales area. Must be set for only one of the active sales areas. Can be updated on an existing ApplicationSalesArea.
{ "Id": 0, "Code": "string", "Name": "string", "IsPrimary": true, "IsActive": true, "Changed": "string", "ChangedBy": "string" }