Skip to main content
Retrieve the list of product categories available for a given manufacturer. Use the returned category names to filter results in searchProducts.

OrderingQuery.productCategories()

Input

manufacturer

string - The manufacturer to retrieve categories for (e.g. 'ge', 'msi').

Response

OrderingProductCategory

OrderingProductCategory[] - List of product categories available for the given manufacturer.

OrderingProductCategory

name

string - The category name. Pass this value in the categories parameter of searchProducts to filter by this category.

Example