How to get long lived access token for Shopify app
I’m building a Shopify app to automate customer support.
Everything is built and tested, and it’s working as expected except for one issue with the access token.
Currently, I’m using the OAuth API to connect my app to merchant stores, but the access token I receive is only valid for 1 day.
I’ve already gone through the Shopify documentation and followed the recommended steps, but I’m still not able to get a long-lived (offline) access token.
Does anyone have experience with this or know how to resolve it?