get_theme_files
Fetch files from a Shopify theme using its ID. Supports pagination and filtering by specific filenames.
Instructions
Fetch files from a theme
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Cursor for pagination | |
| first | No | Number of files to fetch (1-250, default: 50) | |
| themeId | Yes | Theme ID (e.g., 'gid://shopify/OnlineStoreTheme/123456789') | |
| filenames | No | Specific files to fetch |