FulfillmentCreated
Event sent when new fulfillment is created.
Added in Saleor 3.4type FulfillmentCreated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
fulfillment: Fulfillment
order: Order
}
Fields
FulfillmentCreated.issuedAt
● DateTime
scalar
Time of the event.
FulfillmentCreated.version
● String
scalar
Saleor version that triggered the event.
FulfillmentCreated.issuingPrincipal
● IssuingPrincipal
union
The user or application that triggered the event.
FulfillmentCreated.recipient
● App
object
The application receiving the webhook.
FulfillmentCreated.fulfillment
● Fulfillment
object
The fulfillment the event relates to.
FulfillmentCreated.order
● Order
object
The order the fulfillment belongs to.
Interfaces
Event
interface
Was this page helpful?