For the complete documentation index, see llms.txt. This page is also available as Markdown.

🚫Theme asset object

How to access it

  • Look up specific a specific asset by its ID, using {{ shop.themes[12345].assets[67890] }}

  • Loop through all assets in a theme: {% for asset in shop.themes[12345]assets %}

What it contains

Last updated

Was this helpful?