Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
Hi,
Following this tutorial for creating a fulfillment service app here: (https://shopify.dev/apps/fulfillment/fulfillment-service-apps). But I've run into a scenario that I don't know how to handle correctly.
When the merchant sends a fulfillment request (and the app has yet to accept or reject it), they are given the option to cancel it (Cancel request). If they do, then the order is in such a state that it can't be accepted or rejected, which makes sense.
So my questions are: