Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
I have a webhook firing to send the products of a new order to an external website as well as once it is unfilled being removed from the external website. But having a hard time understanding or figuring out how to send all unfilled orders to the external site at once so I can manipulate the data externally. Anyone have an idea to do that?
You'd need to schedule a cron at an external server and then poll the orders periodically to get all unfulfilled orders. Keep a check for orders already imported otherwise it would result in duplicates.
Whatsapp me if you need help.