ExportProducts
Export products to csv 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
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
ExportProducts.errors ● [ExportError!]! non-null object
Returned by
exportProducts mutation
Was this page helpful?