change_fulfillment_order_location

Updated September 4, 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_idstringYesCarriyo fulfillment order ID or partner_fulfillment_order_reference.
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

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"}
)