Find Active Quote by Email
find_active_quote_by_emailRetrieve the most recent active quote for a specified customer email, returning the quote ID without its items.
Instructions
Returns the most recent active quote for a customer email. Does NOT return quote items — use get_active_quote_items with the returned quote_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| Yes | Exact customer email address (full valid email). For name search use find_customers_by_name — partial strings like 'jigar' are rejected here. | ||
| profile | No | Override the MAGENTO_SQL_PROFILE env var for this call only. Use list_connection_profiles to see available names. | |
| magentoRoot | No | Absolute path to the Magento root (must contain app/etc/env.php). Defaults to MAGENTO_ROOT env var or auto-discovery. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| rows | Yes | ||
| sampled | No | ||
| rowCount | Yes | ||
| truncated | No |