Topics covering webhook creation & management, event handling, Pub/Sub, and Eventbridge, in Shopify apps.
Hello,
I'm co-founder of YC-backed startup versa.org.
I have a use case and I'm trying to determine if the Shopify API + OAuth can help me solve it.
The problem, broadly, that we're trying to solve is that b2b buyers often need receipts. Those receipts land in the buyer's email inbox, but they still need to upload / forward those receipts into their bank or expense management system, which is a minor hassle. We'd like to automatically pass through Shopify receipt data for participating merchants to participating banks / expense apps.
Here's the use case:
My questions are:
Hey,
maybe I missed this but how does Suzy’s brex get the data? Via your app?
so you need Suzy and timbuk2 to be on your app?
once our app has the data, the rest of it we handle (that's our core thing). The thing I'm confirming is that via OAuth a Shopify seller can grant access to their itemized orders
1) I mean yeah, OAuth can grant apps access to merchants Shopify orders.
read_all_orders |
2) You can read which products were ordered (line items). 3) You can also set up a webhook so when a new order is placed your app get the data. So no u dont need to poll
Best of luck!