ExportProducts
Export products to csv file.
Triggers the following webhook events:
- NOTIFY_USER (async): A notification for the exported file.
- PRODUCT_EXPORT_COMPLETED (async): A notification for the exported file.
type ExportProducts {
exportFile: ExportFile
exportErrors: [ExportError!]! @deprecated
errors: [ExportError!]!
}
Fields
ExportProducts.exportFile
● ExportFile
object miscellaneous
The newly created export file job which is responsible for export data.
ExportProducts.exportErrors
● [ExportError!]!
deprecated non-null object miscellaneous
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errors
field instead.
ExportProducts.errors
● [ExportError!]!
non-null object miscellaneous
Returned By
exportProducts
mutation