Skip to main content

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 miscellaneous

Time of the event.

CheckoutMetadataUpdated.version ● String scalar miscellaneous

Saleor version that triggered the event.

CheckoutMetadataUpdated.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

CheckoutMetadataUpdated.recipient ● App object apps

The application receiving the webhook.

CheckoutMetadataUpdated.checkout ● Checkout object checkout

The checkout the event relates to.

Interfaces

Event interface miscellaneous