shopify_list_theme_files
List file names in a Shopify theme, applying optional wildcard filters to target specific directories or files.
Instructions
List the filenames in a theme (templates/, sections/, assets/, config/, ...). Supports wildcard filename filters to scope the listing.
Args:
theme_id (required): Theme ID (numeric or GID).
filenames: Optional filename filters; wildcards supported (e.g. 'templates/*', 'config/settings_data.json').
project_id: Authenticated Project UUID.
project_ref: Exact project correlation reference.
connector_account_ref: Project-bound connector account alias.
idempotency_key: Stable business-action identity.
effect: Required and must be read; Spring verifies it.
approval_ref: Approved platform task UUID when resuming a write.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| effect | Yes | ||
| theme_id | No | ||
| filenames | No | ||
| project_id | No | ||
| project_ref | No | ||
| approval_ref | No | ||
| idempotency_key | No | ||
| connector_account_ref | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |