How can I effectively use the Shopify Markets GraphQL API?

Solved

How can I effectively use the Shopify Markets GraphQL API?

ameer-pl
Shopify Partner
2 1 0
{
  markets(first:5){
      edges{
          node{
              id
              primary
          }
      }
    }
}

I want to get markets data via shopify admin API, upon hitting this it is giving me 200 reponse but it is showing me this


err.png

Accepted Solution (1)

ameer-pl
Shopify Partner
2 1 0

This is an accepted solution.

It was a space issue in URL, LOL be careful guys 🤣

View solution in original post

Reply 1 (1)

ameer-pl
Shopify Partner
2 1 0

This is an accepted solution.

It was a space issue in URL, LOL be careful guys 🤣