Skip to main content
Version: 3.x

ProductUpdated

Event sent when product is updated.

Added in Saleor 3.2
type ProductUpdated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
product(channel: String): Product
category: Category
}

Fields

ProductUpdated.issuedAt ● DateTime scalar

Time of the event.

ProductUpdated.version ● String scalar

Saleor version that triggered the event.

ProductUpdated.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

ProductUpdated.recipient ● App object

The application receiving the webhook.

ProductUpdated.product ● Product object

The product the event relates to.

ProductUpdated.product.channel ● String scalar

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

ProductUpdated.category ● Category object

The category of the product.

Interfaces

Event interface


Was this page helpful?