change_fulfillment_order_location

Updated July 22, 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
fulfillment_locationobjectYesTarget location for the fulfillment order. Provide either partner_location_id or partner_location_code (one is required).
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", fulfillment_location={"partner_location_code": "DXB-WH-01"} )