list_store_product_variants
List product variants in a Mailchimp store with pagination. Use offset to browse large variant sets and discover variant IDs.
Instructions
List the variants of a product in a store, with pagination.
Use to browse a product's variants and discover variant_ids. Increase offset to page through large variant sets.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: store_id: E-commerce store ID. product_id: Product ID whose variants to list. count: Number of variants to return (default 10, max 1000). offset: Number of variants to skip for pagination (default 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 a variants array and 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 |