Skip to main content

ProductExportCompleted

Event sent when product export is completed.

Added in Saleor 3.16
type ProductExportCompleted implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
export: ExportFile
}

Fields

ProductExportCompleted.issuedAt ● DateTime scalar miscellaneous

Time of the event.

ProductExportCompleted.version ● String scalar miscellaneous

Saleor version that triggered the event.

ProductExportCompleted.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

ProductExportCompleted.recipient ● App object apps

The application receiving the webhook.

ProductExportCompleted.export ● ExportFile object miscellaneous

The export file for products.

Interfaces

Event interface miscellaneous