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