Skip to main content
Version: 3.x

WarehouseUpdated

Event sent when warehouse is updated.

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

Fields

WarehouseUpdated.issuedAt ● DateTime scalar

Time of the event.

WarehouseUpdated.version ● String scalar

Saleor version that triggered the event.

WarehouseUpdated.issuingPrincipal ● IssuingPrincipal union

The user or application that triggered the event.

WarehouseUpdated.recipient ● App object

The application receiving the webhook.

WarehouseUpdated.warehouse ● Warehouse object

The warehouse the event relates to.

Interfaces

Event interface


Was this page helpful?