Skip to main content

ExportProducts

Export products to csv file.

Requires MANAGE_PRODUCTSpermission.
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?