Skip to main content
Version: 3.x

WarehouseDeleted

Event sent when warehouse is deleted.

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

Fields

WarehouseDeleted.issuedAt ● DateTime scalar

Time of the event.

WarehouseDeleted.version ● String scalar

Saleor version that triggered the event.

WarehouseDeleted.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

WarehouseDeleted.recipient ● App object

The application receiving the webhook.

WarehouseDeleted.warehouse ● Warehouse object

The warehouse the event relates to.

Interfaces

Event interface


Was this page helpful?