Back

Search

Search

Methods

Inventory

OrderPrintStatus
Orders

Orders /GetAllOpenOrders

Allows 250 calls per minute

Response: List<Guid>



Get the list of Id's of all open orders (without pagination)

Parameters

NameTypeDescription
filtersFieldsFilterFilters to apply
sortingList<FieldSorting>Sorting to apply
fulfilmentCenterGuidLocation to get the orders for
additionalFilterStringAdditional filter
exactMatchBooleanWhether we should use

Permissions

GlobalPermissions.OrderBook.OpenOrdersNode

Example Request

The following request format is required for this method.

Endpoint URL

GET | POST https://eu-ext.linnworks.net/api/Orders/GetAllOpenOrders

Headers

Connection: keep-alive
Accept: application/json
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE

Request Body

This is an example of the request structure. Results will vary depending on your data.

sorting=[
  {
    "FieldCode": 0,
    "Direction": 0,
    "Order": 1
  }
]&fulfilmentCenter=2796c369-4e5a-41f6-b372-cfacc9b4714b&additionalFilter=sample string 1&exactMatch=true

Response

This is an example of the response JSON. Results will vary depending on your data.

[
  "0bf79365-dfbf-4376-afca-b9c65068b674"
]