Global expansion, localizing content, and selling in multiple currencies and languages
We have a shopify plus store in the EU that we are servicing multiple marketplaces for. We have made sure that the "read_markets / write_markets" scopes are enabled for this key we are using.
We are getting a consistent access denied, and I'm using a modified but similar CURL query from the graphql located at:
https://shopify.dev/docs/api/admin-graphql/2024-07/queries/markets?language=cURL
curl -X POST \ ${store}/admin/api/2024-01/graphql.json \ -H 'Content-Type: application/json' \ -H "X-Shopify-Access-Token: ${access_token}" \ -d '{ "query": "query Markets { markets(first: 4) { nodes { id name regions(first: 2) { pageInfo { hasNextPage } nodes { name ... on MarketRegionCountry { code } } } } } }" }'
Expecting a list like we get from graphql explorer using the same query but getting an Access denied for markets field.
What are we missing?
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