Skip to main content

ShopifyShopSettings

Settings of a single Shopify shop installation linked to the caller's account.

type ShopifyShopSettings {
settingsUrl: String!
countryStores: [CountryStore!]
testMode: Boolean
}

Fields

ShopifyShopSettings.settingsUrl ● String! non-null scalar

ShopifyShopSettings.countryStores ● [CountryStore!] list object

Routing rules mapping a buyer's checkout country to a specific MONEI store. The entry with countryCode DEFAULT (when present) catches all unmapped countries.

ShopifyShopSettings.testMode ● Boolean scalar

Whether this shop installation processes payments in test mode.

Returned By

getShopifyShopSettings query