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