The Complect Fulfill: CargoWise app we have in deployment is no longer receiving webhook calls for order fulfillment requests or cancellations.
The webhook was previously being called by Shopify, but this is no longer the case. Thankfully we have a scheduled job that runs periodically that looks for any fulfillment requests and cancellations that may have dropped through the cracks, so the app functionality is still working though delayed in actioning.
The lack of webhook calls doesn’t give a good experience for the app users though. For example, when requesting a cancellation a panel pops up in the UI which just remains in the spinning status due to the webhook not being called:
The app webhook endpoint is still available at <callback_url>/fulfillment_order_notification in alignment with the documented requirements.
In the partner dashboard no failed webhook calls are showing, or indeed any history around calling the fulfillment order notification webhook at all:
Any suggestions around what may be going wrong and how to correct the issue?

