get_store_customer
Retrieve a single store customer's email, opt-in status, and order totals. Use with customer ID from list_store_customers.
Instructions
Retrieve a single store customer with their email, opt-in status, and order totals.
Use to inspect a customer's purchase history and subscription state. Use list_store_customers to browse and discover customer_ids.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: store_id: E-commerce store ID. customer_id: Customer ID. Obtain from list_store_customers. 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 customer object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| store_id | Yes | ||
| customer_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |