ship_fulfillment_order
Updated May 21, 20261 min read
Ship selected fulfillment-order items via POST /orders/{reference}/fulfillment-orders/{fulfillment_order_id}/ship.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
fulfillment_order_id | string | Yes | Target fulfillment order ID. |
line_items | array | Yes | — |
order_id | string | Yes | Carriyo order ID or partner_order_reference. |
tenantId | string | Yes | — |
carrier_account | object | No | — |
create_draft_shipment | boolean | No | When true, create only a draft shipment instead of confirming it. |
delivery | object | No | — |
key | string | No | Values: order_id, partner_order_reference. |
parcels | array | No | — |
payment | object | No | — |
pre_booking_info | object | No | — |
ship_zone | string | No | — |
Example agent prompt
"Ship the fulfillment order."
ship_fulfillment_order( tenantId="…", order_id="ORD-2025-0001", fulfillment_order_id="FO-2025-0001", line_items=… )