create_move
Create a stock transfer between two warehouses by specifying the source, destination, organization, and line items with quantities.
Instructions
Create a stock transfer (move) between two warehouses.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| positions | Yes | Document line items | |
| description | No | Comment | |
| organization_href | Yes | Meta href of the organization. Get from list_organizations | |
| source_store_href | Yes | Meta href of the source warehouse (ship from) | |
| target_store_href | Yes | Meta href of the target warehouse (ship to) |