Use this call to retrieve report about "item stock due po"
Name | Type | Description |
---|---|---|
stockItemId | Guid | Used to specify report stock item id |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Stock/GetStockDuePO
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.
stockItemId=a72fe3ab-ce05-4cca-bd19-bd789ef463f9
This is an example of the response JSON. Results will vary depending on your data.
[
{
"SupplierName": "sample string 1",
"Location": {
"StockLocationId": "528bde12-d8f7-4e6f-b640-684cc3c791d1",
"StockLocationIntId": 2,
"LocationName": "sample string 3",
"IsFulfillmentCenter": true,
"LocationTag": "sample string 5",
"BinRack": "sample string 6",
"IsWarehouseManaged": true
},
"SupplierId": "1d2c8bdf-69ff-4c30-bc8f-676a74519424",
"DateOfPurchase": "2023-01-10T13:49:55.0814743+00:00",
"QuotedDeliveryDate": "2023-01-10T13:49:55.0814743+00:00",
"Quantity": 5,
"Delivered": 6,
"UnitCost": 7.1,
"StockItemId": "83865202-5fb1-4e17-9f49-d6c054727dc3",
"StockItemIntId": 9
}
]