Skip to main content

ShopMetadataUpdated

Event sent when shop metadata is updated.

Added in Saleor 3.15
type ShopMetadataUpdated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
shop: Shop
}

Fields

ShopMetadataUpdated.issuedAt ● DateTime scalar miscellaneous

Time of the event.

ShopMetadataUpdated.version ● String scalar miscellaneous

Saleor version that triggered the event.

ShopMetadataUpdated.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

ShopMetadataUpdated.recipient ● App object apps

The application receiving the webhook.

ShopMetadataUpdated.shop ● Shop object miscellaneous

Shop data.

Interfaces

Event interface miscellaneous