Get a basic info of open orders, from a list of open order items
Name | Type | Description |
---|---|---|
request | Get_OpenOrderBasicInfoFromItemsRequest |
The following request format is required for this method.
POST https://eu-ext.linnworks.net/api/Orders/Get_OpenOrderBasicInfoFromItems
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
This is an example of the request structure. Results will vary depending on your data.
request={
"OpenOrderItems": [
"42b418d7-7e73-48cf-85e1-8e6493c4e03b"
]
}
This is an example of the response JSON. Results will vary depending on your data.
{
"OpenOrders": [
{
"rowid": "db6cd873-6379-4ee7-aeff-9fbe1a68be65",
"ItemNumber": "sample string 2",
"fkOrderID": "6d1bff42-636c-41e6-997f-cdfecb90dea3",
"nOrderId": 4,
"DispatchBy": "2022-03-09T13:04:14.0660534+00:00",
"Status": 6
}
]
}