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/
Indicates whether the category description is inherited from the default language.
Comma-separated list of phrases or words that can be indexed in the search functionality for the specific language.
Concatenated category name based on hierarchy for the specific language. Format: root category - branch category - leaf category (for three levels).
{ "CultureCode": "string", "Name": "string", "IsNameInherited": true, "Description": "string", "IsDescriptionInherited": true, "Synonyms": "string", "IsSynonymsInherited": true, "FullName": "string", "IsFullNameInherited": true, "IsTranslated": true }
Category Parametric model, represents the association of a parametric attribute to a specific category, including settings that define how the parametric behaves within that category.
The category identifier this parametric is associated with.
A longer description for the parametric explaining it in more detail.
The type of parametric. Valid values: text, html, int, decimal, date, boolean, list, multiple.
The identifier of the parametric group this parametric belongs to. This can be the default group from the parametric definition or a specific group assigned for this category.
The name of the parametric group this parametric belongs to.
The description of the parametric group this parametric belongs to.
The filter sort order for this parametric. Has value if the parametric is promoted to a filter in the category.
Indicates whether this parametric is marked as secondary within the category. Used in front-end displays to de-emphasize less important attributes.
Indicates whether this parametric is required when assigned to products in this category. Overrides the global parametric setting if specified.
Indicates whether this parametric is hidden. Used in front-end displays to completely hide the attribute from view.
Inherited from Parametric, Indicates that the parametric will default to variants when merging products in this category.
Indicated if the parametric has list values (Type = list, and has at least one list value defined).
Indicated if the parametric has multiple values (Type = multiple, and has at least one list value defined).
False if the parametric link is soft deleted, Indicates whether this parametric association is active for the category.
The date and time when the CategoryParametric entity was last changed.
{ "Id": 15, "CategoryId": 11, "Name": "Machines - Cutting size", "Code": "p_machines_cutting_size", "Uom": "", "Description": "", "Type": "list", "TypeId": 0, "GroupId": 1, "GroupName": "Specifications", "GroupDescription": "Group of important specifications", "SortOrder": 1, "FocusSortOrder": 1, "PrioritySortOrder": null, "IsSecondary": false, "IsRequired": false, "IsHidden": false, "IsPublic": false, "DefaultIsVariantUnique": true, "HasListValues": false, "HasMultipleValues": false, "IsActive": true, "Changed": "04/14/2025 15:19", "ChangedBy": "Admin User" }