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

  1. Creating a new subcategory POST {{api-url}}/category/{{tenant}}/categories?publish=true

  2. Retrieving a category’s details GET {{api-url}}/category/{{tenant}}/categories/{{categoryId}}?showUnpublished=false

  3. Retrieving a list of categories GET {{api-url}}/category/{{tenant}}/categories?showRoots=false&showUnpublished=false&pageNumber=1&pageSize=60&sort=localizedName:DESC

  4. Updating a category PATCH {{api-url}}/category/{{tenant}}/categories/{{categoryId}}?publish=true

  5. Updating a category PUT {{api-url}}/category/{{tenant}}/categories/{{categoryId}}?publish=true

  6. Retrieving parents for a category GET {{api-url}}/category/{{tenant}}/categories/{{categoryId}}/parents?showUnpublished=false&pageNumber=1&pageSize=60&sort=name:desc

  7. Retrieving subcategories for a category GET {{api-url}}/category/{{tenant}}/categories/{{parentCategoryId}}/subcategories?showUnpublished=false&depth=1&pageNumber=1&pageSize=60&sort=DESC

  8. Retrieving the category trees GET {{api-url}}/category/{{tenant}}/category-trees?showUnpublished=false

  9. Retrieving the category tree GET {{api-url}}/category/{{tenant}}/category-trees/{{parentCategoryId}}?showUnpublished=false

  10. Assigning a resource to a category POST {{api-url}}/category/{{tenant}}/categories/{{parentCategoryId}}/assignments