getProductsPDF
mutation
Export products list to PDF
Generates a PDF document containing product catalog data matching the provided filter options.
mutation {
getProductsPDF(companyId: Int!, options: ProductOptions): Boolean!
}Returns: Boolean!
Arguments
| Name | Type | Description |
|---|---|---|
companyId | Int! | |
options | ProductOptions |