How do I get the unique template ID using GraphQL API that is appended to Section IDs typically

Hello,
I am working on a custom app where I am querying the assets of a theme and then getting a list of all associated sections. How do I query/get the unique template IDs (all numeric) that is generated when the page is rendered?

Hi Sughra,

The unique template IDs that are generated when the page is rendered are not directly accessible via the Admin API. These IDs are dynamically generated by Shopify’s rendering engine and are typically used in the context of the storefront - you might be able to use the Section Rendering API to interact with these IDs on the storefront side.

1 Like