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/
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/category/{categoryId}/parametric
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/category/{categoryId}/parametric' \
-H 'account-id: 0' \
-H 'application-id: 0'Returns the list of category parametrics, if any exists
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.
The name of the user who last changed the CategoryParametric entity.
[ { "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" } ]
a list of category parametrics, empty list will remove all parametrics from the 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.
The name of the user who last changed the CategoryParametric entity.
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/category/{categoryId}/parametric
curl -i -X PUT \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/category/{categoryId}/parametric' \
-H 'Content-Type: application/json' \
-H 'account-id: 0' \
-H 'application-id: 0' \
-d '[
{
"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"
}
]'0
a list of category parametrics that will replace the child category parametrics
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.
The name of the user who last changed the CategoryParametric entity.
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/category/{categoryId}/parametric/copy-to-children
curl -i -X PUT \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/category/{categoryId}/parametric/copy-to-children' \
-H 'Content-Type: application/json' \
-H 'account-id: 0' \
-H 'application-id: 0' \
-d '[
{
"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"
}
]'