ShopMetadataUpdated
Event sent when shop metadata is updated.
Added in Saleor 3.15type 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.