create_inventory_transfer
Create inventory transfers to move stock between locations. Provide origin and destination location IDs and line items with inventory item IDs and quantities.
Instructions
Create a new inventory transfer between locations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lineItems | Yes | Line items to transfer | |
| originLocationId | Yes | Origin location ID | |
| destinationLocationId | Yes | Destination location ID |