getProductCategoriesXlsx
mutation
Export product categories to XLSX
Generates an Excel spreadsheet with the product category tree matching the provided filter options.
mutation {
getProductCategoriesXlsx(companyId: Int!, options: ProductCategoryOptions): Boolean!
}Returns: Boolean!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
options | ProductCategoryOptions |