Skip to main content

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 miscellaneous

Time of the event.

WarehouseUpdated.version ● String scalar miscellaneous

Saleor version that triggered the event.

WarehouseUpdated.issuingPrincipal ● IssuingPrincipal union miscellaneous

The user or application that triggered the event.

WarehouseUpdated.recipient ● App object apps

The application receiving the webhook.

WarehouseUpdated.warehouse ● Warehouse object products

The warehouse the event relates to.

Interfaces

Event interface miscellaneous