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?
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025