Get All Complex Company Items
machship_get_items_complexRetrieve a paginated list of complex items for a company, up to 200 items per request. Specify company ID and optional pagination parameters.
Instructions
Returns a paginated list of complex items for a company (max 200 per request).
Args:
companyId (number): Company ID
startIndex (number, optional): Pagination start index (default 1)
retrieveSize (number, optional): Number of items to retrieve (default 200, max 200)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| companyId | Yes | Company ID | |
| startIndex | No | Pagination start index | |
| retrieveSize | No | Items to retrieve (max 200) |