UpdateShopifyShopSettingsResult
Result of updateShopifyShopSettings. Echoes the persisted values.
type UpdateShopifyShopSettingsResult {
countryStores: [CountryStore!]
testMode: Boolean
}
Fields
UpdateShopifyShopSettingsResult.countryStores ● [CountryStore!] list object
Persisted country-to-store routing rules. See ShopifyShopSettings.countryStores.
UpdateShopifyShopSettingsResult.testMode ● Boolean scalar
Persisted test-mode flag.
Returned By
updateShopifyShopSettings mutation