Skip to main content
Version: 3.x

CheckoutMetadataUpdated

Event sent when checkout metadata is updated.

Added in Saleor 3.8
type CheckoutMetadataUpdated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
checkout: Checkout
}

Fields

CheckoutMetadataUpdated.issuedAt ● DateTime scalar

Time of the event.

CheckoutMetadataUpdated.version ● String scalar

Saleor version that triggered the event.

CheckoutMetadataUpdated.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

CheckoutMetadataUpdated.recipient ● App object

The application receiving the webhook.

CheckoutMetadataUpdated.checkout ● Checkout object

The checkout the event relates to.

Interfaces

Event interface


Was this page helpful?