get_theme_file
Retrieve a specific file from a Shopify theme by supplying its theme ID and filename. Works for Liquid templates, CSS, and other theme assets.
Instructions
Fetch a specific file from a theme
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| themeId | Yes | Theme ID (e.g., 'gid://shopify/OnlineStoreTheme/123456789') | |
| filename | Yes | Filename of the theme file (e.g., 'sections/header.liquid') |