Good Morning. I’m doing this post because I’m looking at the OAuth documentation in point 5 of “Getting started”, they talk about a permanent token.
In our shopify app we use this same method
but the token that it returns is not permanent, it is a 24-hour session token.
Anyone know if there is an error with these tokens or if it is to test it in a development store?
We need this token to access from the frontstore to orders details. If only can be done it with de OAuth 2.0 and can’t create some permanent token, we can create some API to create Tokens all days?
Thanks.