list_ecommerce_stores
Retrieve details of connected e-commerce stores to obtain store IDs and verify integration status. Returns store information including platform and currency.
Instructions
List connected e-commerce stores (Shopify, WooCommerce, etc.) with platform and currency info.
Use to discover store IDs for list_store_orders, list_store_products, list_store_customers. Also verifies integration status before get_ecommerce_product_activity. Returns total_items: 0 if no integration is configured.
Authenticated via API key. Max 10 concurrent requests. Read-only, safe to retry.
Returns: JSON with total_items and stores array. Each: id (use as store_id), list_id, name, platform, domain, currency_code (ISO 4217), money_format, created_at.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |