Name | Type | Description |
---|---|---|
request | GetOrderItemIndicatorRequest |
The following request format is required for this method.
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": "02c1e130-f689-49f3-8534-0fbaa3abba7c",
"Items": [
{
"OrderItemId": "c956f4d0-98e5-42f2-ae57-9899bc553ef5",
"StockItemId": "ab85037f-2ee0-4b1d-9db5-5109bb9a0be9"
}
]
}
This is an example of the response JSON. Results will vary depending on your data.
{
"Items": [
{
"OrderItemId": "f0e30e4a-83c6-4830-8269-ea63d57dc9c0",
"StockItemId": "769d49c6-971a-488c-8592-ca86baf94b7b",
"Indicator": 64,
"FulfillmentState": 0,
"PurchaseOrderState": 1
}
]
}