--- title: marketLocalizableResource - GraphQL Admin description: A resource that can have localized values for different markets. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/queries/marketLocalizableResource md: >- https://shopify.dev/docs/api/admin-graphql/unstable/queries/marketLocalizableResource.md --- # market​Localizable​Resource query Requires `read_translations` access scope. A resource that can have localized values for different markets. ## Arguments * resource​Id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) required Find a market localizable resource by ID. *** ## Possible returns * Market​Localizable​Resource [Market​Localizable​Resource](https://shopify.dev/docs/api/admin-graphql/unstable/objects/MarketLocalizableResource) A resource that has market localizable fields. * market​Localizable​Content [\[Market​Localizable​Content!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/MarketLocalizableContent) non-null The market localizable content. * market​Localizations [\[Market​Localization!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/MarketLocalization) non-null Market localizations for the market localizable content. * market​Id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) required ### Arguments Filters market localizations by market ID. *** * resource​Id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) non-null The GID of the resource. *** ## Examples * ### marketLocalizableResource reference ## Query Reference ```graphql { marketLocalizableResource(resourceId) { # marketLocalizableResource fields } } ```