Skip to main content
Version: 3.x

FulfillmentApproved

Event sent when fulfillment is approved.

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

Fields

FulfillmentApproved.issuedAt ● DateTime scalar

Time of the event.

FulfillmentApproved.version ● String scalar

Saleor version that triggered the event.

FulfillmentApproved.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

FulfillmentApproved.recipient ● App object

The application receiving the webhook.

FulfillmentApproved.fulfillment ● Fulfillment object

The fulfillment the event relates to.

FulfillmentApproved.order ● Order object

The order the fulfillment belongs to.

FulfillmentApproved.notifyCustomer ● Boolean! non-null scalar

If true, send a notification to the customer.

Added in Saleor 3.16

Interfaces

Event interface


Was this page helpful?