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

# GetOrdersLowFidelity

`POST /api/OpenOrders/GetOrdersLowFidelity`

Returns low fidelity view of open orders. The data is generally useful for very basic view or counters of what is in the open orders. Useful for finding orders quickly as it returns all scannable fields of the order and order items such as order ids, skus, barcodes etc.
<b>Permissions Required: </b> GlobalPermissions.OrderBook.DespatchConsoleNode
<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

- GetOrdersLowFidelityRequest
  - `LocationId` string, uuid — (Optional) Fulfilment location id. Defaults to Default location

## Response `200`

OK

- GetOrdersLowFidelityResponse
  - `Orders` OpenOrderLowFidelity[] — List of low fidelity order headers with order items, composites and product identifiers
    - `Items` OpenOrderItem[] — Order items
      - `CompositeChild` OrderItemBase[]
        - `ProductIdentifiers` ProductIdentifier[]
          - `Type` string — Product identifier type
          - `Value` string — Product identifier value
          - `Site` string — Product identifier site
        - `StockItemId` string, uuid — Unique stock item id
        - `SKU` string — Stock Keeping Unit
        - `BarcodeNumber` string — Main product barcode number
        - `ItemTitle` string — Item title
        - `Quantity` integer — Quantity on order
      - `ProductIdentifiers` ProductIdentifier[]
        - `Type` string — Product identifier type
        - `Value` string — Product identifier value
        - `Site` string — Product identifier site
      - `ContainsComposites` boolean
      - `StockItemId` string, uuid — Unique stock item id
      - `SKU` string — Stock Keeping Unit
      - `BarcodeNumber` string — Main product barcode number
      - `ItemTitle` string — Item title
      - `Quantity` integer — Quantity on order
    - `OrderId` integer — Order Id - numeric
    - `pkOrderID` string, uuid — Unique order id.
    - `Status` integer — Order status as numeric field, 0 - unpaid, 1 - paid, 3 - resend
    - `ReferenceNum` string — Order reference
    - `ExternalReference` string — ExternalReference order reference
    - `PostalTrackingNumber` string — Tracking number, (of the leading package)
    - `OrderDate` string, date-time — Order date, UTC time when the order was placed in the system
    - `DispatchBy` string, date-time — Dispatch by datetime UTC

---

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