get_store_product
Retrieve product details including title, variants, images, and pricing by providing store ID and product ID. Use with list_store_products to find product IDs.
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.
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. Obtain from list_store_products. 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 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 |