get_store
Retrieve details of a single e-commerce store, including currency, connected audience, and sync status. Use with a store ID from list_ecommerce_stores.
Instructions
Retrieve a single e-commerce store with its configuration and connection details.
Use to inspect a store's currency, connected audience, and sync status. Use list_ecommerce_stores to browse and discover store_ids.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Args: store_id: E-commerce store ID. Obtain from list_ecommerce_stores. 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 store object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| store_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |