fulfill_fulfillment_order

Updated September 22, 20261 min read

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

Parameters

NameTypeRequiredDescription
fulfillment_order_idstringYesCarriyo fulfillment order ID or partner_fulfillment_order_reference.
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
line_itemsarrayNoItems to fulfill, by id or product identifier, with quantity. Omit to fulfill every pending item; an empty list is rejected.
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"
)