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. Access Token POST {{api-url}}/oauth/token

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

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

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

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

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

  7. 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

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

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

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