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
}
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.
Interfaces
Event interface
Was this page helpful?