List carts
foxy_list_cartsList a store's carts (in-progress / abandoned checkouts). Returns a HAL collection embedding fx:carts. Foxy hAPI: GET /stores/{store_id}/carts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zoom | No | Comma-separated related resources to embed, e.g. 'items,customer'. | |
| limit | No | Max results per page (Foxy default 20). | |
| offset | No | Pagination offset. | |
| store_id | No | Store id. If omitted, the default store (fx:store) is used. |