productCategories
query
List product categories
Retrieves a hierarchical list of product categories for the specified company. Categories are used to organize the product catalog into logical groups.
query {
productCategories(companyId: Int!, options: ProductCategoryOptions): ProductCategories!
}Returns: ProductCategories!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
options | ProductCategoryOptions |