create_delivery_from_order
Create a delivery from an existing order. Specify positions to transfer selected items, or omit the positions array to include all order items.
Instructions
Create delivery from order
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| order_id | Yes | the id of the order | |
| positions | No | Please note that the positions array can be omitted to create a document with all positions from the source document. |