products_list_files
List all files attached to a specific product, including images, documentation, and specifications. Supports sorting by file ID or update time.
Instructions
List all files attached to a specific product.
Returns files associated with the product such as:
Product images
Documentation
Specifications
Contracts
Other attachments
Supports sorting by:
id: File ID
update_time: Last update time
Use this for:
Viewing product documentation
Accessing product images
Managing product attachments
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Product ID | |
| start | No | Pagination start (default: 0) | |
| limit | No | Items per page, max 100 | |
| sort | No | Field to sort by (id, update_time) |