List subscriptions
foxy_list_subscriptionsList a store's subscriptions (recurring orders). Returns a HAL collection embedding fx:subscriptions. Foxy hAPI: GET /stores/{store_id}/subscriptions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| zoom | No | Comma-separated related resources to embed, e.g. 'transaction_template,last_transaction'. | |
| 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. | |
| is_active | No | Filter to active (true) or inactive (false) subscriptions. |