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
| Name | Type | Required | Description |
|---|---|---|---|
destination | object | Yes | — |
order_id | string | Yes | Carriyo order ID or partner_order_reference. |
source | object | Yes | — |
tenantId | string | Yes | — |
key | string | No | Values: order_id, partner_order_reference. |
Example agent prompt
"Merge two fulfillment orders."
merge_fulfillment_orders( tenantId="…", order_id="ORD-2025-0001", source=…, destination=… )