--- title: MarketLocalizableResource - GraphQL Admin description: A resource that has market localizable fields. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/objects/marketlocalizableresource md: https://shopify.dev/docs/api/admin-graphql/unstable/objects/marketlocalizableresource.md --- # Market​Localizable​Resource object Requires `read_translations` access scope. A resource that has market localizable fields. ## 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. *** ## Map ### Fields and connections with this object * <->[MarketLocalizableResourceConnection.nodes](https://shopify.dev/docs/api/admin-graphql/unstable/connections/MarketLocalizableResourceConnection#returns-nodes) * {}[MarketLocalizableResourceEdge.node](https://shopify.dev/docs/api/admin-graphql/unstable/objects/MarketLocalizableResourceEdge#field-MarketLocalizableResourceEdge.fields.node) *** ## Queries * [market​Localizable​Resource](https://shopify.dev/docs/api/admin-graphql/unstable/queries/marketLocalizableResource) query A resource that can have localized values for different markets. * resource​Id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) required ### Arguments Find a market localizable resource by ID. *** * [market​Localizable​Resources](https://shopify.dev/docs/api/admin-graphql/unstable/queries/marketLocalizableResources) query Resources that can have localized values for different markets. * resource​Type [Market​Localizable​Resource​Type!](https://shopify.dev/docs/api/admin-graphql/unstable/enums/MarketLocalizableResourceType) required ### Arguments Return only resources of a type. * first [Int](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Int) 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. *** * [market​Localizable​Resources​By​Ids](https://shopify.dev/docs/api/admin-graphql/unstable/queries/marketLocalizableResourcesByIds) query Resources that can have localized values for different markets. * resource​Ids [\[ID!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) required ### Arguments Return only resources for given IDs. * first [Int](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Int) 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. *** *** ## \MarketLocalizableResource Queries ### Queried by * \[market​Localizable​Resource](https://shopify.dev/docs/api/admin-graphql/unstable/queries/marketLocalizableResource) * \[market​Localizable​Resources](https://shopify.dev/docs/api/admin-graphql/unstable/queries/marketLocalizableResources) * \[market​Localizable​Resources​By​Ids](https://shopify.dev/docs/api/admin-graphql/unstable/queries/marketLocalizableResourcesByIds)