create_inventory_shipment
Create an inventory shipment to transfer stock between locations. Provide origin, destination, and line items with quantities to record the shipment.
Instructions
Create a new inventory shipment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lineItems | Yes | Line items to ship | |
| displayName | No | Display name for the shipment | |
| originLocationId | Yes | Origin location ID | |
| destinationLocationId | Yes | Destination location ID |