Create Shipment
create_shipmentCreate a shipment for order items. Optionally specify transport details. Returns a process status; check completion with get_process_status.
Instructions
Create a shipment for one or more order items. You must provide the order item IDs and optionally transport details (transporter code and track & trace). Returns a process status — the shipment is created asynchronously. Use get_process_status to check completion. Always verify the order item IDs with get_order before creating a shipment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orderItems | Yes | Order items to include in the shipment. | |
| shipmentReference | No | Your reference for this shipment. | |
| shippingLabelId | No | Shipping label ID if using bol.com shipping labels. | |
| transport | No | Transport details. Required for FBR shipments. |