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?
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