mailchimp_products
Retrieve product catalog and variant details from Mailchimp e-commerce stores by choosing list, details, variants, or variant actions.
Instructions
Product catalog and variants for one e-commerce store. Set action to one of: list (products in the store); details (full product record with all variants, needs product_id); variants (variants of one product, needs product_id); variant (one variant, needs product_id and variant_id).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | Maximum items to return, 1-1000. Defaults to 1000. | |
| action | Yes | Which data to retrieve. See the tool description. | |
| offset | No | Items to skip. Combine with count to page beyond the first 1000. | |
| store_id | Yes | Store ID, from mailchimp_stores action=list. | |
| product_id | No | Product ID, from action=list. | |
| variant_id | No | Variant ID. For action=variant. |