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/
The culture code for this culture-specific information
Indicates whether the description is inherited from the default culture
The group name of the store in a specific language, this is a free text field for client to use to classify larger collections of stores, ie. by region or type.
The sub-group name of the store in a specific language, this is a free text field for client to use to classify larger collections of stores, ie. by city or sub-type.
The culture-specific unique URL name of the store, used for SEO friendly URLs.
Indicates whether the unique URL name is inherited from the default culture
{ "CultureCode": "string", "Name": "string", "IsNameInherited": true, "Description": "string", "IsDescriptionInherited": true, "GroupName": "string", "IsGroupNameInherited": true, "SubGroupName": "string", "IsSubGroupNameInherited": true, "UniqueUrlName": "string", "IsUniqueUrlNameInherited": true, "IsTranslated": true }
Family model, represents a family of products in the system. A family is a grouping of products that does not have to share common attributes. Families can be used to group products for various purposes, such as categorization, or filtering. Used commonly for series or common branding of products for display purposes. Not commonly used anymore. Parametric lists may fill the same functionality with more flexibility.
{ "Id": 0, "Code": "string", "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "IsActive": true, "ImageKey": "9afa8b7e-ca15-438f-a9d6-f679c437e59c", "Changed": "string", "ChangedBy": "string", "Cultures": [ { … } ] }