Skip to main content
Version: 3.x

ExportProducts

Export products to csv file.

Requires MANAGE_PRODUCTSpermission.

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

The newly created export file job which is responsible for export data.

ExportProducts.exportErrors ● [ExportError!]! deprecated non-null object

DEPRECATED

This field will be removed in Saleor 4.0. Use errors field instead.

ExportProducts.errors ● [ExportError!]! non-null object

Returned by

exportProducts mutation


Was this page helpful?