--- 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: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/objects/marketsresolvedvalues md: https://shopify.dev/docs/api/admin-graphql/unstable/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/unstable/connections/MarketCatalogConnection) non-null The resolved catalogs. * first [Int](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Int) ### Arguments The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql). * after [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql). * last [Int](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Int) The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql). * before [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql). * reverse [Boolean](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Boolean) Default:false Reverse the order of the underlying list. *** * currency​Code [Currency​Code!](https://shopify.dev/docs/api/admin-graphql/unstable/enums/CurrencyCode) non-null The resolved currency code. * price​Inclusivity [Resolved​Price​Inclusivity!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/ResolvedPriceInclusivity) non-null The resolved price inclusivity attributes. * web​Presences [Market​Web​Presence​Connection!](https://shopify.dev/docs/api/admin-graphql/unstable/connections/MarketWebPresenceConnection) non-null The resolved web presences ordered by priority. * first [Int](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Int) ### Arguments The first `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql). * after [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) The elements that come after the specified [cursor](https://shopify.dev/api/usage/pagination-graphql). * last [Int](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Int) The last `n` elements from the [paginated list](https://shopify.dev/api/usage/pagination-graphql). * before [String](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) The elements that come before the specified [cursor](https://shopify.dev/api/usage/pagination-graphql). * reverse [Boolean](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Boolean) Default:false Reverse the order of the underlying list. *** *** ## Map No referencing types *** ## Queries * [markets​Resolved​Values](https://shopify.dev/docs/api/admin-graphql/unstable/queries/marketsResolvedValues) query The resolved values for a buyer signal. * buyer​Signal [Buyer​Signal​Input!](https://shopify.dev/docs/api/admin-graphql/unstable/input-objects/BuyerSignalInput) required ### Arguments The buyer signal. *** *** ## \MarketsResolvedValues Queries ### Queried by * \[markets​Resolved​Values](https://shopify.dev/docs/api/admin-graphql/unstable/queries/marketsResolvedValues)