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

Arguments

exportProducts.input ● ExportProductsInput! non-null input

Fields required to export product data.

Type

ExportProducts object

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.

Was this page helpful?