getProductsXlsx
mutation
Export products list to XLSX
Generates an Excel spreadsheet containing product catalog data matching the provided filter options.
mutation {
getProductsXlsx(companyId: Int!, options: ProductOptions): Boolean!
}Returns: Boolean!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
options | ProductOptions |