Skip to main content
Version: 3.x

ProductVariantDeleted

Event sent when product variant is deleted.

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

Fields

ProductVariantDeleted.issuedAt ● DateTime scalar

Time of the event.

ProductVariantDeleted.version ● String scalar

Saleor version that triggered the event.

ProductVariantDeleted.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

ProductVariantDeleted.recipient ● App object

The application receiving the webhook.

ProductVariantDeleted.productVariant ● ProductVariant object

The product variant the event relates to.

ProductVariantDeleted.productVariant.channel ● String scalar

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

Interfaces

Event interface


Was this page helpful?