Skip to main content
Version: 3.x

FulfillmentMetadataUpdated

Event sent when fulfillment metadata is updated.

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

Fields

FulfillmentMetadataUpdated.issuedAt ● DateTime scalar

Time of the event.

FulfillmentMetadataUpdated.version ● String scalar

Saleor version that triggered the event.

FulfillmentMetadataUpdated.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

FulfillmentMetadataUpdated.recipient ● App object

The application receiving the webhook.

FulfillmentMetadataUpdated.fulfillment ● Fulfillment object

The fulfillment the event relates to.

FulfillmentMetadataUpdated.order ● Order object

The order the fulfillment belongs to.

Interfaces

Event interface


Was this page helpful?