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

NameTypeRequiredDescription
fulfillment_order_idstringYes
location_idstringYesTarget location ID for the fulfillment order.
order_idstringYesCarriyo order ID or partner_order_reference.
tenantIdstringYes
keystringNoValues: 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" )