getStockProductsXlsx
mutation
Export stock products list to XLSX
Generates an Excel spreadsheet with stock overview data for all products matching the filter options.
mutation {
getStockProductsXlsx(companyId: Int!, options: ListStockMovementOptions): Boolean!
}Returns: Boolean!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
options | ListStockMovementOptions |