Name | Type | Description |
---|---|---|
request | GetOrderItemIndicatorRequest |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/OpenOrders/GetOrderItemIndicators
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={
"LocationId": "2ddce2fe-9dd5-4c71-ab3f-241e99028100",
"Items": [
{
"OrderItemId": "44ee87b4-cea3-4160-b326-02dd49bc9a8f",
"StockItemId": "85fbd3d6-fc62-470d-9098-f4cd2a6576bc"
}
]
}
This is an example of the response JSON. Results will vary depending on your data.
{
"Items": [
{
"OrderItemId": "ace0d8d2-695c-434a-a17d-0b7045f4f2ad",
"StockItemId": "a38ffa0b-1812-4c7e-a81d-4132bab18e7d",
"Indicator": 64,
"FulfillmentState": 0,
"PurchaseOrderState": 1
}
]
}