FulfillmentApproved
Event sent when fulfillment is approved.
Added in Saleor 3.7type FulfillmentApproved implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
fulfillment: Fulfillment
order: Order
notifyCustomer: Boolean!
}
Fields
FulfillmentApproved.issuedAt
● DateTime
scalar miscellaneous
Time of the event.
FulfillmentApproved.version
● String
scalar miscellaneous
Saleor version that triggered the event.
FulfillmentApproved.issuingPrincipal
● IssuingPrincipal
union miscellaneous
The user or application that triggered the event.
FulfillmentApproved.recipient
● App
object apps
The application receiving the webhook.
FulfillmentApproved.fulfillment
● Fulfillment
object orders
The fulfillment the event relates to.
FulfillmentApproved.order
● Order
object orders
The order the fulfillment belongs to.
FulfillmentApproved.notifyCustomer
● Boolean!
non-null scalar miscellaneous
If true, send a notification to the customer.
Added in Saleor 3.16