list_store_product_variants
List variants of a product in a Mailchimp store with pagination. Use to browse and discover variant IDs for further operations.
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.
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).
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 |