Hey Alan,
Yes basically to include the inventory transfer id into the webhook payload as it would save extra lookups (which isn’t currently possible to lookup the transfer from the shipment anyway because of the other issue)
For example inventory_shipments/mark_in_transit: Sample Payload
```
{
“id”: “gid://shopify/InventoryShipment/3921201”,
“status”: “IN_TRANSIT”,
“happened_at”: “2023-09-01T08:19:56-04:00”
}
```
Adding the inventory transfer id into this payload would be very helpful for example: gid://shopify/InventoryTransfer/2921201