Get Carts
hyros_get_cartsRetrieve shopping carts by purchase status, lead, or date. Set purchased=false to identify abandoned carts and run recovery campaigns.
Instructions
List shopping carts filtered by purchase status, lead, or date. Set purchased=false to find abandoned carts for a recovery campaign.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| emails | No | Comma-separated emails (max 50) | |
| pageId | No | Pagination page ID | |
| toDate | No | End date, ISO 8601 | |
| leadIds | No | Comma-separated lead IDs (max 50) | |
| fromDate | No | Start date, ISO 8601 | |
| pageSize | No | Results per page (1-250) | |
| purchased | No | true returns carts that converted to an order, false returns abandoned carts. Omit for both. |