Skip to main content
Version: 3.x

OrderBulkCreated

Event sent when orders are imported.

Added in Saleor 3.14
This API is currently in Feature Preview and can be subject to changes at later point.
type OrderBulkCreated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
orders: [Order!]
}

Fields

OrderBulkCreated.issuedAt ● DateTime scalar

Time of the event.

OrderBulkCreated.version ● String scalar

Saleor version that triggered the event.

OrderBulkCreated.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

OrderBulkCreated.recipient ● App object

The application receiving the webhook.

OrderBulkCreated.orders ● [Order!] list object

The orders the event relates to.

Interfaces

Event interface


Was this page helpful?