Translatable Resource Type
Specifies the type of resources that are translatable.
Anchor to Valid valuesValid values
- Anchor to ARTICLEARTICLE
A blog post. Translatable fields:
title,,,handle,,.- Anchor to ARTICLE_IMAGEARTICLE_
IMAGE An article image. Translatable fields:
alt.- Anchor to BLOGBLOG
A blog. Translatable fields:
title,handle,,.- Anchor to COLLECTIONCOLLECTION
A product collection. Translatable fields:
title,,handle,,.- Anchor to COLLECTION_IMAGECOLLECTION_
IMAGE A collection image. Translatable fields:
alt.- Anchor to DELIVERY_METHOD_DEFINITIONDELIVERY_
METHOD_ DEFINITION The delivery method definition. For example, "Standard", or "Expedited". Translatable fields:
name.- Anchor to EMAIL_TEMPLATEEMAIL_
TEMPLATE An email template. Translatable fields:
title,.- Anchor to FILTERFILTER
A filter. Translatable fields:
label.- Anchor to LINKLINK
A link to direct users. Translatable fields:
title.- Anchor to MEDIA_IMAGEMEDIA_
IMAGE An image. Translatable fields:
alt.- Anchor to MENUMENU
A category of links. Translatable fields:
title.- Anchor to METAFIELDMETAFIELD
A Metafield. Translatable fields:
value.- Anchor to METAOBJECTMETAOBJECT
A Metaobject. Translatable fields are determined by the Metaobject type.
- Anchor to ONLINE_STORE_THEMEONLINE_
STORE_ THEME An online store theme. Translatable fields:
dynamic keys based on theme data.- Anchor to ONLINE_STORE_THEME_APP_EMBEDONLINE_
STORE_ THEME_ APP_ EMBED A theme app embed. Translatable fields:
dynamic keys based on theme data.- Anchor to ONLINE_STORE_THEME_JSON_TEMPLATEONLINE_
STORE_ THEME_ JSON_ TEMPLATE A theme json template. Translatable fields:
dynamic keys based on theme data.- Anchor to ONLINE_STORE_THEME_LOCALE_CONTENTONLINE_
STORE_ THEME_ LOCALE_ CONTENT Locale file content of an online store theme. Translatable fields:
dynamic keys based on theme data.- Anchor to ONLINE_STORE_THEME_SECTION_GROUPONLINE_
STORE_ THEME_ SECTION_ GROUP A theme json section group. Translatable fields:
dynamic keys based on theme data.- Anchor to ONLINE_STORE_THEME_SETTINGS_CATEGORYONLINE_
STORE_ THEME_ SETTINGS_ CATEGORY A theme setting category. Translatable fields:
dynamic keys based on theme data.- Anchor to ONLINE_STORE_THEME_SETTINGS_DATA_SECTIONSONLINE_
STORE_ THEME_ SETTINGS_ DATA_ SECTIONS Shared static sections of an online store theme. Translatable fields:
dynamic keys based on theme data.- Anchor to PACKING_SLIP_TEMPLATEPACKING_
SLIP_ TEMPLATE A packing slip template. Translatable fields:
body.- Anchor to PAGEPAGE
A page. Translatable fields:
title,,handle,,.- Anchor to PAYMENT_GATEWAYPAYMENT_
GATEWAY A payment gateway. Translatable fields:
name,message,.- Anchor to PRODUCTPRODUCT
An online store product. Translatable fields:
title,,handle,,,.- Anchor to PRODUCT_OPTIONPRODUCT_
OPTION An online store custom product property name. For example, "Size", "Color", or "Material". Translatable fields:
name.- Anchor to PRODUCT_OPTION_VALUEPRODUCT_
OPTION_ VALUE The product option value names. For example, "Red", "Blue", and "Green" for a "Color" option. Translatable fields:
name.- Anchor to SELLING_PLANSELLING_
PLAN A selling plan. Translatable fields:
name,option1,option2,option3,description.- Anchor to SELLING_PLAN_GROUPSELLING_
PLAN_ GROUP A selling plan group. Translatable fields:
name,option1,option2,option3.- Anchor to SHOPSHOP
A shop. Translatable fields:
,.- Anchor to SHOP_POLICYSHOP_
POLICY A shop policy. Translatable fields:
body.
Anchor to FieldsFields
- Anchor to TranslatableResource.nestedTranslatableResources(resourceType)Translatable•ARGUMENT
Resource.nestedTranslatableResources(resourceType) A resource in Shopify that contains fields available for translation into different languages. Accesses the resource's translatable content, existing
Translationobjects, and any nested resources that can also be translated.The
includes field keys, values, and digest hashes needed when registering translations.You can retrieve translations for specific
LocaleandMarketconfigurations. Each translation includes anoutdatedflag indicating whether the original content has changed since that translation was last updated.Learn more about managing translated content.
- Anchor to QueryRoot.translatableResources(resourceType)Query•ARGUMENT
Root.translatableResources(resourceType) The schema's entry-point for queries. This acts as the public, top-level API from which all queries must start.