inventory_returns_create
Create inventory returns in ServiceTitan to manage vendor returns, track returned items, and update inventory records.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| number | No | Return number | |
| referenceNumber | No | Reference number | |
| returnDate | No | Return date/time | |
| vendorId | No | Vendor ID | |
| jobId | No | Job ID | |
| purchaseOrderId | No | Purchase order ID | |
| batchId | No | Batch ID | |
| businessUnitId | No | Business unit ID | |
| inventoryLocationId | No | Inventory location ID | |
| returnTypeId | No | Return type ID | |
| status | No | Return status | |
| syncStatus | No | Sync status | |
| active | No | Whether return is active | |
| summary | No | Return summary | |
| memo | No | Return memo | |
| items | No | Return line items | |
| externalLinks | No | External links for this return | |
| customFields | No | Return custom fields | |
| _confirmed | No | Set to true to confirm this write operation |