get_store_product_variant
Retrieve a single product variant to view its price, SKU, and inventory details. Use to inspect variant attributes.
Instructions
Retrieve a single product variant with its price, SKU, and inventory details.
Use to inspect one variant's attributes. Use list_store_product_variants to browse and discover variant_ids.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: store_id: E-commerce store ID. product_id: Product ID that owns the variant. variant_id: Variant ID. Obtain from list_store_product_variants. 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 variant object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| store_id | Yes | ||
| product_id | Yes | ||
| variant_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |