---
title: "AssignStockToOrders"
method: POST
path: "/api/OpenOrders/AssignStockToOrders"
tags: ["OpenOrders"]
---

# AssignStockToOrders

`POST /api/OpenOrders/AssignStockToOrders`

Assign Stock to Orders
<b>Permissions Required: </b> GlobalPermissions.OrderBook.OpenOrdersNode
<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

- AssignStockToOrdersRequest
  - `OrderIds` string[]
  - `BatchAssignmentMode` 'ALL' | 'AUTO_ONLY' | 'UNASSIGNED_ONLY'

## Response `200`

OK

- AssignStockToOrdersResponseOrderItemBatchExtendedGuid
  - `BatchActionResult` BatchActionResultOrderItemBatchExtendedGuid
    - `ProcessedOrders` OrderItemBatchExtended[]
      - `pkOrderId` string, uuid
      - `OrderId` string, uuid
      - `Batches` OrderItemBatch[]
        - `OrderItemBatchId` integer
        - `OrderItemRowId` string, uuid
        - `BatchInventoryId` integer
        - `Quantity` integer
        - `Batch` StockItemBatch
          - `BatchId` integer — Batch ID
          - `SKU` string — Product SKU
          - `InventoryTrackingType` integer — 0 - None, 1 - Order by sell by date, 2 - Ordered by priority sequence
          - `StockItemId` string, uuid — Product ID
          - `BatchNumber` string — Batch number
          - `ExpiresOn` string, date-time — Batch expiry date
          - `SellBy` string, date-time — Batch sell by date
          - `Inventory` StockItemBatchInventory[] — Batch records
            - `BatchInventoryId` integer — Stock item batch record ID
            - `BatchId` integer — Batch ID
            - `StockLocationId` string, uuid — Location ID
            - `BinRack` string — BinRack
            - `PrioritySequence` integer — Pick order
            - `Quantity` integer — Quantity
            - `StockValue` number, double — Current stock value
            - `StartQuantity` integer — Quantity originally booked in
            - `PickedQuantity` integer — Indicate how many units are now allocated in open orders
            - `BatchStatus` string — Batch Status
            - `IsDeleted` boolean — Is BatchInventory deleted
            - `WarehouseBinrackStandardType` integer — Warehouse binrack standard type
            - `WarehouseBinrackTypeName` string — Warehouse binrack type friendly name
            - `InTransfer` integer — Number of items in Transfer phase.
            - `BinRackId` integer — Binrack Id (Use for WMS)
            - `WarehouseBinrackTypeId` integer — Warehouse binrack type unique id.
          - `IsDeleted` boolean — Is the batch deleted
        - `DespatchUnitValue` number, double
        - `AssignmentType` 'AUTO' | 'MANUAL'
    - `UnprocessedOrders` object

---

[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)
