List Product Media
Retrieve a list of media files for a specific product with optional filtering and pagination.
Endpoint
GET/product-media
Request
Loading editor...
Response
json Loading editor...
Query Parameters
| Parameter | Type | Description |
|---|---|---|
organization_id | Number | ID of the organization (required) |
product_id | Number | ID of the product to fetch media for |
file_type | String | Filter by file type (e.g., "image/jpeg", "image/png") |
$limit | Number | Number of media items to return (default: 10) |
$skip | Number | Number of media items to skip (for pagination) |
$sort | Object | Sort criteria (e.g., { "position": 1 } for position ascending) |
Report an issue with this documentation
Please log in to report issues with our documentation.