I am trying to use the StorefrontAccessToken API
POST /admin/api/2021-04/storefront_access_tokens.json
In the response I am always getting
HTTP/1.1 403 Forbidden
{
“errors”: “App must be extendable to create a storefront access token.”
}
As Shopify document says that it comes due to “Generating a token for an app that lacks required unauthenticated scopes fails”
I have already tried to use unauthorised scopes in the OAuth to use this API but each time when I do it app does not run.
How to fix this and get the store front access token ?
I have Already checked : https://community.shopify.com/c/Shopify-APIs-SDKs/StorefrontAccessToken-quot-App-must-be-extendable-quot/m-p/688331#M46811
My app is a sales channel as we are creating Shopify app of category “Mobile App Builder”