iter_inventory
Eliminate pagination math by retrieving all inventory vehicles for a dealer account as a flat JSON array.
Instructions
Yield all inventory vehicles for a dealer account as a flat JSON array.
Use when: "every vehicle on the lot" without pagination math. Example: account_id=1042 → [{"vehicleId": 9001, "vin": "...", ...}, ...].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |