List transaction items
foxy_list_itemsList the line items of a transaction (the products purchased). Returns a HAL collection embedding fx:items. Foxy hAPI: GET /transactions/{transaction_id}/items.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zoom | No | Comma-separated related resources to embed, e.g. 'item_options'. | |
| limit | No | Max results per page (Foxy default 20). | |
| offset | No | Pagination offset. | |
| transaction_id | Yes | Transaction id whose line items to list. |