Skip to main content

ProductVariantUpdated

Event sent when product variant is updated.

Added in Saleor 3.2
type ProductVariantUpdated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
productVariant(channel: String): ProductVariant
}

Fields

ProductVariantUpdated.issuedAt ● DateTime scalar miscellaneous

Time of the event.

ProductVariantUpdated.version ● String scalar miscellaneous

Saleor version that triggered the event.

ProductVariantUpdated.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

ProductVariantUpdated.recipient ● App object apps

The application receiving the webhook.

ProductVariantUpdated.productVariant ● ProductVariant object products

The product variant the event relates to.

ProductVariantUpdated.productVariant.channel ● String scalar miscellaneous

Slug of a channel for which the data should be returned.

Interfaces

Event interface miscellaneous