Move Fulfillment Order to Different Warehouse
PATCH/api/fulfillment-orders/:fulfillmentOrder/move
Pre-submit warehouse re-route. Updates the FO's warehouse_id only.
Mutability gate. This action is allowed ONLY when the FO is status=open AND request_status=unsubmitted. Once we hand the FO off to a provider (anything beyond unsubmitted) the warehouse decision is frozen. Violations return 409.
Body fields:
warehouse_id(required, integer, must exist) — new destination warehouse.
Request
Responses
- 200
Successful response