ProductExportCompleted
Event sent when product export is completed.
Added in Saleor 3.16type ProductExportCompleted implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
export: ExportFile
}
Fields
ProductExportCompleted.issuedAt
● DateTime
scalar
Time of the event.
ProductExportCompleted.version
● String
scalar
Saleor version that triggered the event.
ProductExportCompleted.issuingPrincipal
● IssuingPrincipal
union
The user or application that triggered the event.
ProductExportCompleted.recipient
● App
object
The application receiving the webhook.
ProductExportCompleted.export
● ExportFile
object
The export file for products.