Use this call to retrieve information on inbound transfers and purchase orders for the given transfer item.
Name | Type | Description |
---|---|---|
pkTransferItemId | Guid | The transfer item id. |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/WarehouseTransfer/GetStockAvailability
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.
pkTransferItemId=a6bf043d-0c24-4a7e-9417-df2e2b63fa90
This is an example of the response JSON. Results will vary depending on your data.
[
{
"PkId": "c68f92a6-9ebc-4bfe-812f-52d684fb10a8",
"LevelType": 0,
"Status": 1,
"ReferenceNumber": "sample string 2",
"Quantity": 3
}
]