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
| Name | Type | Required | Description |
|---|---|---|---|
fulfillment_ids | array | Yes | — |
fulfillment_order_id | string | Yes | Target fulfillment order ID. |
order_id | string | Yes | Carriyo order ID or partner_order_reference. |
tenantId | string | Yes | — |
key | string | No | Values: order_id, partner_order_reference. |
partner_fulfillment_order_reference | string | No | — |
Example agent prompt
"Unfulfill the fulfillment order."
unfulfill_fulfillment_order( tenantId="…", order_id="ORD-2025-0001", fulfillment_order_id="FO-2025-0001", fulfillment_ids=… )