FulfillmentCanceled
Event sent when fulfillment is canceled.
Added in Saleor 3.4type FulfillmentCanceled implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
fulfillment: Fulfillment
order: Order
}
Fields
FulfillmentCanceled.issuedAt
● DateTime
scalar miscellaneous
Time of the event.
FulfillmentCanceled.version
● String
scalar miscellaneous
Saleor version that triggered the event.
FulfillmentCanceled.issuingPrincipal
● IssuingPrincipal
union miscellaneous
The user or application that triggered the event.
FulfillmentCanceled.recipient
● App
object apps
The application receiving the webhook.
FulfillmentCanceled.fulfillment
● Fulfillment
object orders
The fulfillment the event relates to.
FulfillmentCanceled.order
● Order
object orders
The order the fulfillment belongs to.