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
}
}
}
Transform this holiday season into a shopping spree. Plus, learn how to effortlessly open ...
By Jasonh Dec 8, 2023Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023