list_store_product_images
List images attached to a product in your e-commerce store. Review image URLs and variant associations to prepare for adding or updating product images.
Instructions
List the images attached to a product in an e-commerce store.
Use to review the image URLs and variant associations for a product before adding or updating them. Manual commerce writes suit custom/headless stores; Shopify and WooCommerce integrations sync product images automatically.
Args: store_id: E-commerce store ID. Obtain from list_ecommerce_stores. product_id: Product ID whose images to list. Obtain from list_store_products. count: Number of images to return (max 1000). Defaults to 10. offset: Number of images to skip for pagination. Defaults to 0.
Returns: JSON with images (array of {id, url, variant_ids}), total_items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| offset | No | ||
| account | No | ||
| store_id | Yes | ||
| product_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |