WarehouseDeleted Object
Event sent when warehouse is deleted.
type WarehouseDeleted implements Event {
  issuedAt: DateTime
  version: String
  issuingPrincipal: IssuingPrincipal
  recipient: App
  warehouse: Warehouse
}
Fields
WarehouseDeleted.issuedAt ● DateTime scalar miscellaneous
Time of the event.
WarehouseDeleted.version ● String scalar miscellaneous
Saleor version that triggered the event.
WarehouseDeleted.issuingPrincipal ● IssuingPrincipal union miscellaneous
The user or application that triggered the event.
WarehouseDeleted.recipient ● App object apps
The application receiving the webhook.
WarehouseDeleted.warehouse ● Warehouse object products
The warehouse the event relates to.