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/
ApplicationCountry model, represents a country added to the application, allows for end customers to buy and ship to this country
Primary application country. Must be set for only one of the active countries. Can be updated on an existing ApplicationCountry.
The date and time the ApplicationCountry was last changed, in the application's timezone format
{ "Id": 0, "Name": "string", "IsPrimary": true, "IsActive": true, "Changed": "string", "ChangedBy": "string" }
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.
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
{ "CultureCode": "string", "IsPrimary": true, "IsActive": true, "Name": "string", "Changed": "string", "ChangedBy": "string" }