Skip to main content
Version: 3.x

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

Time of the event.

ShopMetadataUpdated.version ● String scalar

Saleor version that triggered the event.

ShopMetadataUpdated.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

ShopMetadataUpdated.recipient ● App object

The application receiving the webhook.

ShopMetadataUpdated.shop ● Shop object

Shop data.

Interfaces

Event interface


Was this page helpful?