Trying to access the storefront endpoints with tokens generated by the shopify admin api
See original GitHub issueWe’re running the storefront without problem with manually created storefront access tokens
Now in the scope of a public app, for a given install, we’re creating a storefront token on the behalf of the user/store (via the shopify_api gem, ShopifyAPI::StorefrontAccessToken.create(...etc)
)
The very same storefront developments does not work with the tokens created like so. Is that normal ? or is something missing ? I’m kind of wondering what’s the use of having access to the StorefrontAccessToken via the admin api
Thx if any enlightments
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (2 by maintainers)
Top Results From Across the Web
How to Generate a Shopify Access Token
Step 1: Gathering shop info · Step 2: Installation approval · Step 3: Capture access code · Step 4: Exchange access code for...
Read more >Access tokens for custom apps in the Shopify admin
You can create a custom app for a store directly in the Shopify admin. To authenticate an admin-created custom app, you or the...
Read more >How to Make a Shopify API Request - YouTube
You can make authenticated requests to the REST Admin API or the GraphQL Admin API using the API access tokens that are generated...
Read more >Shopify API Key: Easiest Guide to Get in 2022 - LitExtension
1. If you are using Shopify account, go to Shopify admin panel. 2. At the bottom of the page, click on Develop apps...
Read more >Shopify Headless eCommerce with the Storefront API
Step 1: Generate an access token · Click on 'Apps' in your admin sidebar · Click on 'Manage private apps' · Click on...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@minasmart may I ask you if you’ve got any feedback from this ?
@swalkinshaw i have installed shopify python app(using flask framework) in shopify admin panel.after that , how to integrate the app with store front end? kindly share your thoughts or info regarding this to continue further?