split_fulfillment_order

Updated May 21, 20261 min read

Split selected line-item quantities from a fulfillment order via POST /orders/{reference}/fulfillment-orders/{fulfillment_order_id}/split.

Parameters

NameTypeRequiredDescription
fulfillment_order_idstringYesTarget fulfillment order ID.
line_itemsarrayYes
order_idstringYesCarriyo order ID or partner_order_reference.
tenantIdstringYes
keystringNoValues: order_id, partner_order_reference.
location_idstringNo
partner_fulfillment_order_referencestringNo

Example agent prompt

"Split the fulfillment order."

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