get_store_product_image
Retrieve a single product image's URL and associated variant IDs from an e-commerce store. Use to inspect image details after listing all images.
Instructions
Retrieve a single image attached to a product in an e-commerce store.
Use to inspect one image's URL and variant associations. 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 that owns the image. image_id: Image ID. Obtain from list_store_product_images. account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
Returns: JSON with the image object (id, url, variant_ids).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| image_id | Yes | ||
| store_id | Yes | ||
| product_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |