List transactions
foxy_list_transactionsList a store's transactions (orders), newest first. Returns a HAL collection embedding fx:transactions. Foxy hAPI: GET /stores/{store_id}/transactions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zoom | No | Comma-separated related resources to embed, e.g. 'items,customer,payments'. | |
| limit | No | Max results per page (Foxy default 20). | |
| order | No | Sort expression, e.g. 'transaction_date desc'. | |
| offset | No | Pagination offset. | |
| is_test | No | Filter to test (true) or live (false) transactions. | |
| store_id | No | Store id. If omitted, the default store (fx:store) is used. | |
| customer_email | No | Filter by the transaction's customer email. |