get_store_product
Retrieve a single product from your Mailchimp store, including its variants, images, and pricing details.
Instructions
Retrieve a single product from a store with its variants and details.
Use to inspect a product's title, variants, images, and pricing. Use list_store_products to browse and discover product_ids.
Args: store_id: E-commerce store ID. Obtain from list_ecommerce_stores. product_id: Product ID. Obtain from list_store_products.
Returns: JSON with the product object including its variants array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| store_id | Yes | ||
| product_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |