ProductVariantOutOfStockForClickAndCollect Object
Event sent when a product variant becomes out of stock across all click-and-collect warehouses in a channel.
Note: Only triggered when the useLegacyShippingZoneStockAvailability shop setting is disabled.
type ProductVariantOutOfStockForClickAndCollect 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
productVariantOutOfStockForClickAndCollect subscription