App reviews, troubleshooting, and recommendations
Hello all,
I'm curious, is it possible to get Shopify Market settings for chosen country - price adjustments, rounding rules, but not only market price?
Hi @iNovikov
Hope you're having a great day!
Yes, is it possible to get Shopify Market settings for chosen country.
Using marketByGeography via GraphQL Admin API, you could get some market settings (currency settings, web presence, prices list, etc.) based on a country.
Here is an example that I have just done
{
marketByGeography(countryCode: US) {
id
name
priceList {
id
currency
fixedPricesCount
name
}
catalogs(first: 10) {
nodes {
title
id
priceList {
id
prices(first: 10) {
nodes {
compareAtPrice {
amount
currencyCode
}
price {
amount
}
}
}
}
}
}
primary
webPresence {
domain {
marketWebPresence {
defaultLocale
}
}
alternateLocales
}
currencySettings {
baseCurrency {
currencyCode
currencyName
enabled
rateUpdatedAt
}
localCurrencies
}
}
}
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