Skip to main content

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 miscellaneous

Time of the event.

WarehouseCreated.version ● String scalar miscellaneous

Saleor version that triggered the event.

WarehouseCreated.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

WarehouseCreated.recipient ● App object apps

The application receiving the webhook.

WarehouseCreated.warehouse ● Warehouse object products

The warehouse the event relates to.

Interfaces

Event interface miscellaneous