category
Number of APIs: 16
The Category Service allows you to manage your store's categories and resources assigned to them.
Note:When X-Version
header is required use v2
, otherwise the header is not necessary.
Contact Support: Name: Emporix
-
Access Token POST {{api-url}}/oauth/token
-
Creating a new subcategory POST {{api-url}}/category/{{tenant}}/categories?publish=true
-
Retrieving a category’s details GET {{api-url}}/category/{{tenant}}/categories/{{categoryId}}?showUnpublished=false
-
Retrieving a list of categories GET {{api-url}}/category/{{tenant}}/categories?showRoots=false&showUnpublished=false&pageNumber=1&pageSize=60&sort=localizedName:DESC
-
Updating a category PATCH {{api-url}}/category/{{tenant}}/categories/{{categoryId}}?publish=true
-
Updating a category PUT {{api-url}}/category/{{tenant}}/categories/{{categoryId}}?publish=true
-
Retrieving a list of categories for which the reference id is assigned GET {{api-url}}/category/{{tenant}}/assignments/references/{{productId}}?showUnpublished=false&pageNumber=1&pageSize=60&sort=DESC
-
Retrieving parents for a category GET {{api-url}}/category/{{tenant}}/categories/{{categoryId}}/parents?showUnpublished=false&pageNumber=1&pageSize=60&sort=name:desc
-
Retrieving subcategories for a category GET {{api-url}}/category/{{tenant}}/categories/{{parentCategoryId}}/subcategories?showUnpublished=false&depth=1&pageNumber=1&pageSize=60&sort=DESC
-
Retrieving the category trees GET {{api-url}}/category/{{tenant}}/category-trees?showUnpublished=false