inventory_purchase_orders_create
Create purchase orders in ServiceTitan to manage inventory procurement, track vendor orders, and maintain supply chain records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vendorId | No | Vendor ID for the purchase order | |
| purchaseOrderTypeId | No | Purchase order type ID | |
| number | No | Purchase order number | |
| status | No | Purchase order status | |
| date | No | Purchase order date | |
| sentOn | No | Date/time when PO was sent | |
| expectedDeliveryOn | No | Expected delivery date/time | |
| jobId | No | Job ID associated with the PO | |
| projectId | No | Project ID associated with the PO | |
| technicianId | No | Technician ID associated with the PO | |
| businessUnitId | No | Business unit ID associated with the PO | |
| inventoryLocationId | No | Inventory location ID associated with the PO | |
| summary | No | Purchase order summary text | |
| memo | No | Purchase order memo text | |
| shipTo | No | Shipping address for the purchase order | |
| billTo | No | Billing address for the purchase order | |
| items | No | Purchase order line items | |
| externalLinks | No | External links associated with the PO | |
| _confirmed | No | Set to true to confirm this write operation |