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.
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
Show return type
Arguments
input ● ExportProductsInput!
Fields required to export product data.
Type
ExportProducts
Export products to csv file.
Triggers the following webhook events:
- NOTIFY_USER (async): A notification for the exported file.
- PRODUCT_EXPORT_COMPLETED (async): A notification for the exported file.