Use this call to retrieve a list of items on the order and request/sent/received levels. This method will return multiple entries for a single item if the item exists in multiple bins.
Name | Type | Description |
---|---|---|
pkTransferId | Guid | The id of the transfer. |
The following request format is required for this method.
POST https://eu-ext.linnworks.net//api/WarehouseTransfer/GetTransferItems HTTP/1.1
Host: eu-ext.linnworks.net
Connection: keep-alive
Accept: application/json, text/javascript, */*; q=0.01
Origin: https://www.linnworks.net
Accept-Language: en
User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/42.0.2311.90 Safari/537.36
Content-Type: application/x-www-form-urlencoded; charset=UTF-8
Referer: https://www.linnworks.net/
Accept-Encoding: gzip, deflate
Authorization: INSERT_YOUR_TOKEN_HERE
pkTransferId=db6ac060-fd18-46a1-aac4-673c534b6a3e
This is an example response. Results may vary depending on your data.
[
{
"PkTransferItemId": "29f8b966-9fa6-4d8a-9c89-cd74a2d423ee",
"FkStockItemId": "3644916f-c17a-49fe-bb9d-65290fdeaae3",
"SKU": "sample string 3",
"Barcode": "sample string 4",
"ItemTitle": "sample string 5",
"RequestedQuantity": 6,
"SentQuantity": 7,
"ReceivedQuantity": 1,
"InFromLocationQuantity": 8,
"DueFromLocationQuantity": 9,
"InToLocationQuantity": 10,
"ItemNoteCount": 11,
"BinRackNumber": "sample string 12",
"PkBinId": "09198e3a-f8b8-44a1-848a-a0de5014ad54",
"ItemNotes": [
{
"PkTransferItemNoteId": "52d25cb5-2eab-4726-91fe-24aa4412456c",
"NoteUser": "sample string 2",
"Note": "sample string 3",
"NoteDateTime": "2019-11-28T09:45:59.0841255+00:00",
"NoteRead": true,
"FkBinId": "96d4a57a-01f0-45bb-859c-747c24ddba6e",
"PkTransferItemId": "08ddec0e-11df-4a32-8625-14e4b5848b20"
},
{
"PkTransferItemNoteId": "52d25cb5-2eab-4726-91fe-24aa4412456c",
"NoteUser": "sample string 2",
"Note": "sample string 3",
"NoteDateTime": "2019-11-28T09:45:59.0841255+00:00",
"NoteRead": true,
"FkBinId": "96d4a57a-01f0-45bb-859c-747c24ddba6e",
"PkTransferItemId": "08ddec0e-11df-4a32-8625-14e4b5848b20"
}
]
},
{
"PkTransferItemId": "29f8b966-9fa6-4d8a-9c89-cd74a2d423ee",
"FkStockItemId": "3644916f-c17a-49fe-bb9d-65290fdeaae3",
"SKU": "sample string 3",
"Barcode": "sample string 4",
"ItemTitle": "sample string 5",
"RequestedQuantity": 6,
"SentQuantity": 7,
"ReceivedQuantity": 1,
"InFromLocationQuantity": 8,
"DueFromLocationQuantity": 9,
"InToLocationQuantity": 10,
"ItemNoteCount": 11,
"BinRackNumber": "sample string 12",
"PkBinId": "09198e3a-f8b8-44a1-848a-a0de5014ad54",
"ItemNotes": [
{
"PkTransferItemNoteId": "52d25cb5-2eab-4726-91fe-24aa4412456c",
"NoteUser": "sample string 2",
"Note": "sample string 3",
"NoteDateTime": "2019-11-28T09:45:59.0841255+00:00",
"NoteRead": true,
"FkBinId": "96d4a57a-01f0-45bb-859c-747c24ddba6e",
"PkTransferItemId": "08ddec0e-11df-4a32-8625-14e4b5848b20"
},
{
"PkTransferItemNoteId": "52d25cb5-2eab-4726-91fe-24aa4412456c",
"NoteUser": "sample string 2",
"Note": "sample string 3",
"NoteDateTime": "2019-11-28T09:45:59.0841255+00:00",
"NoteRead": true,
"FkBinId": "96d4a57a-01f0-45bb-859c-747c24ddba6e",
"PkTransferItemId": "08ddec0e-11df-4a32-8625-14e4b5848b20"
}
]
}
]