Category Tutorial
How to create a category
curl -L
--request POST
--url 'https://api.emporix.io/category/{tenant}/categories'
--header 'Content-Type: application/json'
--data '{
"parentId": "056bcaf6-66b8-4ddd-9489-65c5f6449e74",
"localizedName": {
"en": "Floor Care",
"de": "Bodenpflege"
},
"localizedDescription": {
"en": "Floor Care",
"de": "Bodenpflege"
},
"localizedSlug": {
"en": "Floor-Care",
"de": "Bodenpflege"
},
"ecn": [
"AX6784",
"123078",
"SJUIOKM"
],
"validity": {
"from": "2022-01-05T12:44:51.871Z",
"to": "2022-12-05T23:59:59.000Z"
},
"position": 5,
"published": true,
"mixins": {}
}'How to assign a product to a category
Before you start
Assign a product to a category
Retrieve the category assignments
How to delete resource assignments
Option one: Delete all product assignments
Option two: Delete a specific product assignment
How to publish/unpublish a category
How to build and manage category trees
Retrieving category trees
Classification
Creating a classification category
Response with inherited mixins
Last updated
Was this helpful?

