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/
CustomerInfoType model, represents additional fields that can extend the Norce data model of specific types of entities. Info types can be grouped into different categories (groups) to specifically set the type to an entity. Each info type can have culture-specific names and descriptions.
The group identifier that categorizes the info type, see CustomerInfoTypeGroups enum
The description of the info type in a specific language.
The default description of the info type for the default language.
{ "Id": 0, "GroupId": 0, "Code": "string", "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "SortOrder": 0, "IsActive": true, "Changed": "string", "ChangedBy": "string", "Cultures": [ { … } ] }
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 }