fulfill_fulfillment_order

Updated May 21, 20261 min read

Fulfill selected fulfillment-order items via POST /orders/{reference}/fulfillment-orders/{fulfillment_order_id}/fulfill.

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
partner_fulfillment_referencestringNo
paymentobjectNo
pre_booking_infoobjectNo
ship_zonestringNo
skip_shippingbooleanNoWhen true, fulfill without creating a shipment even when shipping would normally be required.

Example agent prompt

"Fulfill the fulfillment order."

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