Skip to main content

ProductVariantBackInStockForClickAndCollect Object

Event sent when a product variant becomes available again across click-and-collect warehouses in a channel.

Note: Only triggered when the useLegacyShippingZoneStockAvailability shop setting is disabled.

Added in Saleor 3.23
type ProductVariantBackInStockForClickAndCollect implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
productVariant: ProductVariant!
channel: Channel!
}

Fields

issuedAt ● DateTime

Time of the event.

version ● String

Saleor version that triggered the event.

issuingPrincipal ● IssuingPrincipal

The user or application that triggered the event.

recipient ● App

The application receiving the webhook.

productVariant ● ProductVariant!

The product variant the event relates to.

channel ● Channel!

The channel the stock availability changed in.

Interfaces

Event

Returned By

productVariantBackInStockForClickAndCollect subscription