getProductCategoriesPDF
mutation
Export product categories to PDF
Generates a PDF document with the product category tree matching the provided filter options.
mutation {
getProductCategoriesPDF(companyId: Int!, options: ProductCategoryOptions): Boolean!
}Returns: Boolean!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
options | ProductCategoryOptions |