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

NameTypeRequiredDescription
fulfillment_order_idstringYesTarget fulfillment order ID.
line_itemsarrayYes
order_idstringYesCarriyo order ID or partner_order_reference.
tenantIdstringYes
carrier_accountobjectNo
create_draft_shipmentbooleanNoWhen true, create only a draft shipment instead of confirming it.
deliveryobjectNo
keystringNoValues: order_id, partner_order_reference.
parcelsarrayNo
paymentobjectNo
pre_booking_infoobjectNo
ship_zonestringNo

Example agent prompt

"Ship the fulfillment order."

ship_fulfillment_order( tenantId="…", order_id="ORD-2025-0001", fulfillment_order_id="FO-2025-0001", line_items=… )