getSalesAnalysisByProductCategoryPDF
mutation
Export sales analysis by category to PDF
Generates a PDF report with sales data aggregated by product category for the selected period.
mutation {
getSalesAnalysisByProductCategoryPDF(companyId: Int!, options: SalesAnalysisOptions): Boolean!
}Returns: Boolean!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
options | SalesAnalysisOptions |