Retrieve all products in a category

Retrieves all active products associated with the provided category ID and price list ID. This can be the ID of the leaf category, sub-category, or root category.

For a leaf category, the API returns all products associated with it. If the ID of the root or sub-category (not a leaf category ID) is provided, the API returns all the products associated with all child categories. By default, the API returns the following fields with results sorted alphabetically by Product Name.

  • Product Name
  • Product Code
  • Product Description
  • Product Family
  • List Price
  • Charge Type
  • The image associated with the product.
Language
Authorization
Bearer
JWT
URL
Click Try It! to start a request and see the response here!