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
| Name | Type | Required | Description |
|---|---|---|---|
fulfillment_order_id | string | Yes | — |
fulfillment_location | object | Yes | Target location for the fulfillment order. Provide either partner_location_id or partner_location_code (one is required). |
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", fulfillment_location={"partner_location_code": "DXB-WH-01"} )