unfulfill_fulfillment_order

Updated May 21, 20261 min read

Undo one or more fulfillments on a fulfillment order via POST /orders/{reference}/fulfillment-orders/{fulfillment_order_id}/unfulfill.

Parameters

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

Example agent prompt

"Unfulfill the fulfillment order."

unfulfill_fulfillment_order( tenantId="…", order_id="ORD-2025-0001", fulfillment_order_id="FO-2025-0001", fulfillment_ids=… )