These new webhooks are listed in the GraphQL Admin API documentation but their payloads are not shown in the “normal” location for webhook payloads: Webhooks Where can the documentation for these hooks’ payloads be found?
I ended up subscribing to inventory_transfers/add_items, inventory_transfers/cancel, and inventory_transfers/complete but only inventory_transfers/cancelwebhook is sent and it is done when the transfer is marked as received! Why am I not receiving other notifications and why is this being sent for cancel instead of inventory_transfers/complete?