App reviews, troubleshooting, and recommendations
When I run a curl request, I can access my product and see data showing up
curl -X POST \
https://brmutual.myshopify.com/api/2024-01/graphql.json \
-H 'Content-Type: application/json' \
-H 'X-Shopify-Storefront-Access-Token: 4746e2379' \
-d '{"query": "query { products(first: 5) { edges { node { id title } } } }"}'
but when I tried to access it with node.js is giving me this error GraphQL errors: [API] Invalid API key or access token (unrecognized login or wrong password)
Can you share your node.js script?
Discover how to increase customer engagement on your store with articles from Shopify A...
By Jacqui Apr 23, 2025Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025