change_fulfillment_order_location
Updated May 21, 20261 min read
Move a fulfillment order to a different location via PATCH /orders/{reference}/fulfillment-orders/{fulfillment_order_id}/update-location.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
fulfillment_order_id | string | Yes | — |
location_id | string | Yes | Target location ID for the fulfillment order. |
order_id | string | Yes | Carriyo order ID or partner_order_reference. |
tenantId | string | Yes | — |
key | string | No | Values: order_id, partner_order_reference. |
Example agent prompt
"Change the fulfillment order location."
change_fulfillment_order_location( tenantId="…", order_id="ORD-2025-0001", fulfillment_order_id="FO-2025-0001", location_id="DXB-WH-01" )