stack

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

AdminTypes.TranslatableResource interface

A resource that has translatable fields.

Signature:

export interface TranslatableResource 

Properties

Property Modifiers Type Description
resourceId   Scalars[‘ID’][‘output’] GID of the resource.
translatableContent   Array<TranslatableContent> Translatable content.
translations   Array<Translation> Translatable content translations.