merge_fulfillment_orders

Updated May 21, 20261 min read

Merge selected pending line-item quantities from one fulfillment order into another via POST /orders/{reference}/fulfillment-orders/merge.

Parameters

NameTypeRequiredDescription
destinationobjectYes
order_idstringYesCarriyo order ID or partner_order_reference.
sourceobjectYes
tenantIdstringYes
keystringNoValues: order_id, partner_order_reference.

Example agent prompt

"Merge two fulfillment orders."

merge_fulfillment_orders( tenantId="…", order_id="ORD-2025-0001", source=…, destination=… )