List items
bc_list_itemsList inventory items from Business Central. Search by name substring or apply raw OData filters like inventory lt 10 to narrow results.
Instructions
List inventory items in the working company. Use search for a name substring match, or filter for a raw OData $filter (e.g. inventory lt 10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | Max records to return (default 20, max 100) | |
| skip | No | Records to skip, for paging | |
| filter | No | Raw OData $filter | |
| search | No | Substring match on displayName |