A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
I need simple access to the product lists.
As i did not find any api access token, i did create one for a Testapp ( which does not exist ).
https://*.myshopify.com/admin/apps/development/6791839/api_credentials
Use your access token to request data from the Admin API(opens a new window)
.
With this token i try to get my product list and get only the message
Solved! Go to the solution
This is an accepted solution.
Wir haben den Fehler nach Remotezugriff auf den Store identifiziert. Der Access-Token darf nicht mit { } eingeschlossen sein, obwohl es so in den DevDocs steht.
Stephan | Founder @ byteriver
- GRATIS Shopify-Buch auf byteriver.de
Hi and hello, you can find attached our Screenshots to identify the path for your token. I hope that helps.
After creating your App, the API Credentials will be prompted.
You need these Credentials to send the "X-Shopify-Access-Token" with your HTTP Request to get access.
Stephan | Founder @ byteriver
- GRATIS Shopify-Buch auf byteriver.de
Hi Stephan
I would say, that i did exactly what you describe. Some printscreens.
I did create a custom app
Create the API Key
And then trying to access the shop with this API Key
Which does not seem to work and i have no glue why it does not work.
So happy if somebody can point out what is going wrong ?
Best regards
Felix
This is an accepted solution.
Wir haben den Fehler nach Remotezugriff auf den Store identifiziert. Der Access-Token darf nicht mit { } eingeschlossen sein, obwohl es so in den DevDocs steht.
Stephan | Founder @ byteriver
- GRATIS Shopify-Buch auf byteriver.de