So I made a webapp that is linked to Shopify via admin REST api plugin.
Is there a way to watch for newly created orders? Basically, my webapp wants to access the newly created order information everytime a new order was created by the customer at checkout/paid. Is there a way to do this? Syncing information while avoiding duplicates, etc. and not accessing orders it accessed in the past.