get_files
Fetch files uploaded to a Shopify store, including images, videos, and PDFs. Filter by filename or MIME type, sort, and paginate to locate specific assets.
Instructions
Fetch files uploaded to the store (images, videos, PDFs, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| after | No | Cursor for pagination | |
| first | No | Number of files to fetch (1-250, default: 50) | |
| query | No | Filter query (e.g., 'filename:image', 'mimeType:image/*') | |
| reverse | No | Reverse the sort order | |
| sortKey | No | Field to sort by |