---
title: "MoveToLocation"
method: POST
path: "/api/Orders/MoveToLocation"
tags: ["Orders"]
---

# MoveToLocation

`POST /api/Orders/MoveToLocation`

Move a list of orders to a specific location
<b>Rate limit: </b><span style="background-color:#0272d9;color:white;padding:4px 8px;text-align:center;border-radius:5px; font-size: small;"><b>150</b></span> / minute

## Request body

- OrdersMoveToLocationRequest
  - `orderIds` string[] — Orders to be moved
  - `pkStockLocationId` string, uuid — Location where to move orders
  - `fulfillmentStatusToApply` 'Unassigned' | 'Assigned' | 'Submitted' | 'Accepted' — Optional fulfilment status to be applied to successfully moved orders

## Response `200`

OK

- MoveToLocationResult
  - `Errors` string[] — List of errors
  - `OrdersMoved` string[] — List of orders that were moved
  - `KeyedErrors` object — Dictionary of keyed errors. These are the same errors as per the Errors property, but indexable by orderId

---

[API](https://skmtc.net/linnworks/apis/authenticate-api.md) · [All operations](https://skmtc.net/linnworks/apis/authenticate-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/linnworks/authenticate-api/versions/0123569a22fb/schema)
