List customers
foxy_list_customersList a store's customers. Returns a HAL collection embedding fx:customers. Foxy hAPI: GET /stores/{store_id}/customers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | Filter by exact customer email. | ||
| 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. |