unfulfill_fulfillment_order

Updated September 4, 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_idstringYesCarriyo fulfillment order ID or partner_fulfillment_order_reference.
order_idstringYesCarriyo order ID or partner_order_reference.
tenantIdstringYes
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=…
)