get_themes
Fetch themes from a Shopify store using filters for theme name and role, with pagination support for large collections.
Instructions
Fetch themes from the Shopify store
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Filter by theme name | |
| role | No | Filter by theme role | |
| after | No | Cursor for pagination | |
| first | No | Number of themes to fetch (1-250, default: 50) |