Category id
curl -i -X GET \ 'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/category/{categoryId}/parametric'
[ { "Id": 0, "CategoryId": 0, "Name": "string", "Code": "string", "Uom": "string", "Description": "string", "Type": "string", "TypeId": 0, "GroupId": 0, "GroupName": "string", "SortOrder": 0, "FocusSortOrder": 0, "PrioritySortOrder": 0, "IsSecondary": true, "IsRequired": true, "IsHidden": true, "IsPublic": true, "DefaultIsVariantUnique": true, "HasListValues": true, "HasMultipleValues": true, "IsActive": true, "Changed": "string", "ChangedBy": "string" } ]
Parametrics
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' \ -d '[ { "Id": 0, "CategoryId": 0, "Name": "string", "Code": "string", "Uom": "string", "Description": "string", "Type": "string", "TypeId": 0, "GroupId": 0, "GroupName": "string", "SortOrder": 0, "FocusSortOrder": 0, "PrioritySortOrder": 0, "IsSecondary": true, "IsRequired": true, "IsHidden": true, "IsPublic": true, "DefaultIsVariantUnique": true, "HasListValues": true, "HasMultipleValues": true, "IsActive": true, "Changed": "string", "ChangedBy": "string" } ]'
Parametrics that will be replaced for child categories
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' \ -d '[ { "Id": 0, "CategoryId": 0, "Name": "string", "Code": "string", "Uom": "string", "Description": "string", "Type": "string", "TypeId": 0, "GroupId": 0, "GroupName": "string", "SortOrder": 0, "FocusSortOrder": 0, "PrioritySortOrder": 0, "IsSecondary": true, "IsRequired": true, "IsHidden": true, "IsPublic": true, "DefaultIsVariantUnique": true, "HasListValues": true, "HasMultipleValues": true, "IsActive": true, "Changed": "string", "ChangedBy": "string" } ]'