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.
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" }
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 }