Skip to main content
Version: 3.x

FulfillmentCanceled

Event sent when fulfillment is canceled.

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

Fields

FulfillmentCanceled.issuedAt ● DateTime scalar

Time of the event.

FulfillmentCanceled.version ● String scalar

Saleor version that triggered the event.

FulfillmentCanceled.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

FulfillmentCanceled.recipient ● App object

The application receiving the webhook.

FulfillmentCanceled.fulfillment ● Fulfillment object

The fulfillment the event relates to.

FulfillmentCanceled.order ● Order object

The order the fulfillment belongs to.

Interfaces

Event interface


Was this page helpful?