shopify_list_files
List Shopify files to find and reuse existing store imagery instead of re-uploading. Supports search, pagination, and returns file status, URL, and dimensions.
Instructions
List shop files ([{id, status, url, alt, width, height, created_at}]). Use it to reuse imagery the store already owns instead of re-uploading.
Args:
limit: Maximum files to return (1-250).
query: Optional Shopify search query (e.g. 'filename:hero*').
after: Pagination cursor from a previous call's next_cursor.
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 |
|---|---|---|---|
| after | No | ||
| limit | No | ||
| query | No | ||
| effect | Yes | ||
| project_id | No | ||
| project_ref | No | ||
| approval_ref | No | ||
| idempotency_key | No | ||
| connector_account_ref | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |