Skip to main content
Version: 3.x

WarehouseCreated

Event sent when new warehouse is created.

Added in Saleor 3.4
type WarehouseCreated implements Event {
issuedAt: DateTime
version: String
issuingPrincipal: IssuingPrincipal
recipient: App
warehouse: Warehouse
}

Fields

WarehouseCreated.issuedAt ● DateTime scalar

Time of the event.

WarehouseCreated.version ● String scalar

Saleor version that triggered the event.

WarehouseCreated.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

WarehouseCreated.recipient ● App object

The application receiving the webhook.

WarehouseCreated.warehouse ● Warehouse object

The warehouse the event relates to.

Interfaces

Event interface


Was this page helpful?