I am trying to get authenticated access to the StoreFrontAPI using delegateAccessToken and Shopify-Storefront-Buyer-IP.
I have two questions.
- Is it correct to assume that a delegateAccessToken created using delegateAccessTokenCreate (Graph QL Admin API) is indefinite unless expiresIn is specified? I could not find the answer in the documentation.
- Is there any way to verify that the Shopify-Storefront-Buyer-IP is working? I am afraid that we can only check it in a high load environment that is equivalent to a production environment.