List items / articles
bexio_list_itemsList articles from bexio with pagination (limit, offset) and ordering by fields. Fetches product data via the bexio REST API.
Instructions
List items / articles from bexio (GET /2.0/article). Supports pagination and ordering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max number of records (bexio default 500). | |
| offset | No | Number of records to skip. | |
| order_by | No | Field to order by, e.g. `id_desc` or `name_1`. |