ProductMetadataUpdated
Event sent when product metadata is updated.
Added in Saleor 3.8type ProductMetadataUpdated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
product(channel: String): Product
category: Category
}
Fields
ProductMetadataUpdated.issuedAt
● DateTime
scalar
Time of the event.
ProductMetadataUpdated.version
● String
scalar
Saleor version that triggered the event.
ProductMetadataUpdated.issuingPrincipal
● IssuingPrincipal
union
The user or application that triggered the event.
ProductMetadataUpdated.recipient
● App
object
The application receiving the webhook.
ProductMetadataUpdated.product
● Product
object
The product the event relates to.
ProductMetadataUpdated.product.channel
●String
scalarSlug of a channel for which the data should be returned.
ProductMetadataUpdated.category
● Category
object
The category of the product.