Add new theme-related fields to TranslatableResourceType
enum
TranslatableResourceType
enumAs of API version 2024-10
, you can use these new fields to that are related to the online store theme:
,
,
,
,
and
Together, these new types will cover the translatable content and translations within the existing ONLINE_STORE_THEME enum type and offer more granularity with respect to the returned data. They are introduced with the intent of reducing the use of type in the future, so that we do not return the entirety of a theme's content when it is not needed.
We are also introducing a connection under
object. When used with a
type
, the theme resources that belong to this particular theme are exposed.
-->