Skip to main content

ExportProducts Object

Export products to csv file.

Requires the 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

exportFile ● ExportFile

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

errors ● [ExportError!]!

Show deprecated

Returned By

exportProducts mutation