inventory_purchase_orders_list
Retrieve and filter purchase orders from ServiceTitan inventory by status, date, job, technician, or other criteria to manage procurement workflows.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated purchase order IDs (maximum 50) | |
| status | No | Filter by purchase order status | |
| number | No | Filter by purchase order number | |
| jobId | No | Filter by job ID | |
| jobIds | No | Comma-separated job IDs | |
| technicianId | No | Filter by technician ID | |
| projectId | No | Filter by project ID | |
| dateOnOrAfter | No | Filter by purchase order date on or after this value | |
| dateBefore | No | Filter by purchase order date before this value | |
| sentOnOrAfter | No | Filter by sent-on date on or after this value | |
| sentBefore | No | Filter by sent-on date before this value | |
| sort | No | Sort: Field (default), +Field (asc), or -Field (desc). Fields: Id, ModifiedOn, CreatedOn | |
| page | No | Page number (starts at 1) | |
| pageSize | No | Records per page (default 50) | |
| includeTotal | No | Include total count in response | |
| createdBefore | No | ||
| createdOnOrAfter | No | ||
| modifiedBefore | No | ||
| modifiedOnOrAfter | No |