Skip to main content

CollectionCreated

Event sent when new collection is created.

Added in Saleor 3.2
type CollectionCreated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
collection(channel: String): Collection
}

Fields

CollectionCreated.issuedAt ● DateTime scalar miscellaneous

Time of the event.

CollectionCreated.version ● String scalar miscellaneous

Saleor version that triggered the event.

CollectionCreated.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

CollectionCreated.recipient ● App object apps

The application receiving the webhook.

CollectionCreated.collection ● Collection object products

The collection the event relates to.

CollectionCreated.collection.channel ● String scalar miscellaneous

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

Interfaces

Event interface miscellaneous