stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > TranslatableResourceType

AdminTypes.TranslatableResourceType enum

Specifies the type of resources that are translatable.

Signature:

export declare enum TranslatableResourceType 

Enumeration Members

Member Value Description
Collection "COLLECTION" A product collection. Translatable fields: title, body_html, handle, meta_title, meta_description.
DeliveryMethodDefinition "DELIVERY_METHOD_DEFINITION" The delivery method definition. For example, “Standard”, or “Expedited”. Translatable fields: name.
EmailTemplate "EMAIL_TEMPLATE" An email template. Translatable fields: title, body_html.
Filter "FILTER" A filter. Translatable fields: label.
Link "LINK" A link to direct users. Translatable fields: title.
Metafield "METAFIELD" A Metafield. Translatable fields: value.
Metaobject "METAOBJECT" A Metaobject. Translatable fields are determined by the Metaobject type.
OnlineStoreArticle "ONLINE_STORE_ARTICLE" An online store article. Translatable fields: title, body_html, summary_html, handle, meta_title, meta_description.
OnlineStoreBlog "ONLINE_STORE_BLOG" An online store blog. Translatable fields: title, handle, meta_title, meta_description.
OnlineStoreMenu "ONLINE_STORE_MENU" A category of links. Translatable fields: title.
OnlineStorePage "ONLINE_STORE_PAGE" An online store page. Translatable fields: title, body_html, handle, meta_title, meta_description.
OnlineStoreTheme "ONLINE_STORE_THEME" An online store theme. Translatable fields: dynamic keys based on theme data.
PackingSlipTemplate "PACKING_SLIP_TEMPLATE" A packing slip template. Translatable fields: body.
PaymentGateway "PAYMENT_GATEWAY" A payment gateway. Translatable fields: name.
Product "PRODUCT" An online store product. Translatable fields: title, body_html, handle, meta_title, meta_description.
ProductOption "PRODUCT_OPTION" An online store custom product property name. For example, “Size”, “Color”, or “Material”. Translatable fields: name.
ProductVariant "PRODUCT_VARIANT" An online store product variant. Translatable fields: title, option1, option2, option3. The field title has been deprecated.
SellingPlan "SELLING_PLAN" A selling plan. Translatable fields:name, option1, option2, option3, description.
SellingPlanGroup "SELLING_PLAN_GROUP" A selling plan group. Translatable fields: name, option1, option2, option3.
Shop "SHOP" A shop. Translatable fields: meta_title, meta_description.
ShopPolicy "SHOP_POLICY" A shop policy. Translatable fields: body.