Skip to main content

exportProducts Mutation

DEPRECATED

Export functionality is deprecated and will be removed. All data can be fetched via the GraphQL API and parsed into the desired format by apps or external tools.

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.
exportProducts(
input: ExportProductsInput!
): ExportProducts @deprecated

Arguments

exportProducts.input ● ExportProductsInput! non-null input products

Fields required to export product data.

Type

ExportProducts object products

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.