Skip to main content

ProductMetadataUpdated

Event sent when product metadata is updated.

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

Fields

ProductMetadataUpdated.issuedAt ● DateTime scalar miscellaneous

Time of the event.

ProductMetadataUpdated.version ● String scalar miscellaneous

Saleor version that triggered the event.

ProductMetadataUpdated.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

ProductMetadataUpdated.recipient ● App object apps

The application receiving the webhook.

ProductMetadataUpdated.product ● Product object products

The product the event relates to.

ProductMetadataUpdated.product.channel ● String scalar miscellaneous

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

ProductMetadataUpdated.category ● Category object products

The category of the product.

Interfaces

Event interface miscellaneous