list_store_product_images
List all images attached to a product in your Mailchimp e-commerce store, including URLs and variant associations.
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.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
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. account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
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 |