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/
ProductFlag model, represents a flag that can be assigned to products to denote specific attributes or characteristics. Flags are organized into groups for better context and management. They can have culture-specific names and descriptions. Product flags can be utilized in various business logic scenarios, such as filtering products or applying specific pricing or promotion rules.
The type identifier for the product flag. Allowed values are: 1= Product flag, 2 = Variant flag
External reference code for the product 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 product flag explaining it in more detail.
The product flag description in the default language.
If true, the description is inherited from the default language rather than being its own text.
Indicates whether this flag can be manually edited by users in the admin interface.
False if the product 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 product flag entity, null if never changed.
{ "Id": 0, "TypeId": 0, "GroupId": 0, "GroupName": "string", "Code": "string", "Name": "string", "DefaultName": "string", "IsNameInherited": true, "Description": "string", "DefaultDescription": "string", "IsDescriptionInherited": true, "IsManuallyEditable": true, "SortOrder": 0, "IsActive": true, "Changed": "2019-08-24T14:15:22Z", "ChangedBy": "string", "Cultures": [ { … } ] }
Indicates whether the product flag name is inherited from the default language.
The product flag description in the specific language.
{ "CultureCode": "string", "IsTranslated": true, "Name": "string", "IsNameInherited": true, "Description": "string", "IsDescriptionInherited": true }
ProductInfoType model, represents extendable fields to product entities like price records or onhand records. These fields can store additional information about these records, such as additional price information or logistic peculiarities, enhancing product data management.
The group identifier that categorizes the info type, allowed values are: 2 = Onhand info types, 3 = Price info types
The unique code of the info type, needed to identify the info type in connect api imports.
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": [ { … } ] }