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/
CustomerFlag model, represents a flag that can be assigned to customers or companies to indicate specific attributes or statuses. Flags can be grouped and can have culture-specific names and descriptions. Customer and company flags can be used in business logic, like in promotion rules and effects.
External reference code for the customer flag, used for integration purposes.
If true, the specific language doesn't have its own name and instead inherits from the default name.
A longer description for the customer flag explaining it in more detail.
The customer flag description in the default language.
If true, the description is inherited from the default language rather than being its own text.
False if the customer flag is soft deleted, removes it from the admin interface and non-functional but easily reactivatable.
The name of the user who last changed the customer flag entity, null if never changed.
{ "Id": 0, "Code": "string", "GroupId": 0, "GroupName": "string", "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "AvailableOnCustomer": true, "AvailableOnCompany": true, "IsActive": true, "Changed": "string", "ChangedBy": "string", "IsDefault": true, "SortOrder": 0, "Cultures": [ { … } ] }
Indicates whether the customer flag name is inherited from the default language.
The customer flag description in the specific language.
{ "CultureCode": "string", "IsTranslated": true, "Name": "string", "IsNameInherited": true, "Description": "string", "IsDescriptionInherited": true }
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": [ { … } ] }