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/
ApplicationCulture model, represents a culture (language and cultural settings) added to the application, allows for end customers to view the store in this culture
Culture name, cannot be updated, for display purposes only, maxlength 50
The date and time the ApplicationCulture was last changed, in the application's timezone format
Fullname or Systemname of the user who last changed the ApplicationCulture, null if never changed
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.
{ "Name": "string", "Changed": "string", "ChangedBy": "string", "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.1, "Changed": "string", "ChangedBy": "string" }
Application model, represents a storefront for end customers to visit and purchase from, configured with currencies, countries, cultures, sales areas, payment methods, shipping methods, products, and much more.
The base URL of the product catalog for the application, used together with a product unique identifier to get the product page from the shop. The allowed "wildcards" are {uniqueurl}, {productid} and {partno}, e.g. "https://demo.shop.com/products/{productId}", "https://demo.shop.com/products/{partNo}" or "https://demo.shop.com/products/{uniqueUrl}"
{ "Id": 0, "Key": "5eb041b0-19c9-4022-bd51-0e723885f5dd", "Name": "string", "Description": "string", "HostClientId": 0, "Url": "string", "ProductUrl": "string", "IsActive": true, "Changed": "string", "ChangedBy": "string" }