Category id
MANAGEMENT API (BETA)
/- List category parametrics
Update category parametrics
Copy parametrics to all child categories
List category parametrics
Norce Management API (v1)
Download OpenAPI description
Languages
Servers
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
- JS
- C#
curl -i -X GET \
'https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/category/{categoryId}/parametric'
Response
[ { "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" } ]
Bodyrequired Array []
- application/json
- text/json
- application/x-www-form-urlencoded
Parametrics
IsHiddenboolean
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/category/{categoryId}/parametric
- cURL
- JS
- C#
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"
}
]'
Bodyrequired Array []
- application/json
- text/json
- application/x-www-form-urlencoded
Parametrics that will be replaced for child categories
IsHiddenboolean
https://customer-slug.api-se.playground.norce.tech/commerce/management/1.0/api/category/{categoryId}/parametric/copy-to-children
- cURL
- JS
- C#
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"
}
]'