--- title: MarketsResolvedValues - GraphQL Admin description: The resolved values based on the markets configuration for a buyer signal. Resolved values include the resolved catalogs, web presences, currency, and price inclusivity. api_version: 2025-10 api_name: admin type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/objects/marketsresolvedvalues md: https://shopify.dev/docs/api/admin-graphql/latest/objects/marketsresolvedvalues.md --- # Markets​Resolved​Values object Requires `read_markets` for queries and both `read_markets` as well as `write_markets` for mutations. The resolved values based on the markets configuration for a buyer signal. Resolved values include the resolved catalogs, web presences, currency, and price inclusivity. ## Fields * catalogs [Market​Catalog​Connection!](https://shopify.dev/docs/api/admin-graphql/latest/connections/MarketCatalogConnection) non-null The resolved catalogs. * currency​Code [Currency​Code!](https://shopify.dev/docs/api/admin-graphql/latest/enums/CurrencyCode) non-null The resolved currency code. * price​Inclusivity [Resolved​Price​Inclusivity!](https://shopify.dev/docs/api/admin-graphql/latest/objects/ResolvedPriceInclusivity) non-null The resolved price inclusivity attributes. * web​Presences [Market​Web​Presence​Connection!](https://shopify.dev/docs/api/admin-graphql/latest/connections/MarketWebPresenceConnection) non-null The resolved web presences ordered by priority. *** ## Map No referencing types *** ## Queries * [markets​Resolved​Values](https://shopify.dev/docs/api/admin-graphql/latest/queries/marketsResolvedValues) query The resolved values for a buyer signal. *** ## \MarketsResolvedValues Queries ### Queried by * \[markets​Resolved​Values](https://shopify.dev/docs/api/admin-graphql/latest/queries/marketsResolvedValues)