Skip to main content
Version: 3.x

FulfillmentCreated

Event sent when new fulfillment is created.

Added in Saleor 3.4
type FulfillmentCreated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
fulfillment: Fulfillment
order: Order
notifyCustomer: Boolean!
}

Fields

FulfillmentCreated.issuedAt ● DateTime scalar

Time of the event.

FulfillmentCreated.version ● String scalar

Saleor version that triggered the event.

FulfillmentCreated.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

FulfillmentCreated.recipient ● App object

The application receiving the webhook.

FulfillmentCreated.fulfillment ● Fulfillment object

The fulfillment the event relates to.

FulfillmentCreated.order ● Order object

The order the fulfillment belongs to.

FulfillmentCreated.notifyCustomer ● Boolean! non-null scalar

If true, the app should send a notification to the customer.

Added in Saleor 3.16

Interfaces

Event interface


Was this page helpful?