What's your biggest current challenge? Have your say in Community Polls along the right column.

How to reconcile orders in case of missed Webhooks?

How to reconcile orders in case of missed Webhooks?

mosattler
Shopify Partner
3 0 1

The Shopify documentation states
> Webhook delivery isn't always guaranteed. You should therefore implement reconciliation jobs to fetch data from Shopify periodically. - https://shopify.dev/docs/apps/webhooks#limitations

So what's the recommended way to implement periodically running reconciliation jobs. for public apps? As far as I am aware, there is no support for CRON jobs or similar functionality. 
As far as I am aware, the can also only access the Admin API when a user is currently logged in. If I just run a script somewhere, I do not have the necessary credentials to do a 

Reply 1 (1)
mosattler
Shopify Partner
3 0 1

Hey Web3_rise - so are sessions synonymous with App installations in this context?