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