Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
I would like to create an app wherein once a merchant registers, I can get a webhook event every time they get an order.
I would use that webhook to get order details and create arrangements on my website to pick up the order and deliver it.
What kind of app should I create?
I'm working on a kind of app-builder that would make it very easy to receive the webhook with the order data.
@flipfairy wrote:create arrangements on my website to pick up the order and deliver it.
Before I suggest anything, can you elaborate on this a little bit more? What do you need to do with the order data?