Get linked items to another one
Name | Type | Description |
---|---|---|
itemId | Guid | Item id (pkStockItemId) |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Orders/GetLinkedItems
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.
itemId=c35e1296-5b86-433a-bcf7-7d81166a80d0
This is an example of the response JSON. Results will vary depending on your data.
[
{
"pkStockId": "3b4c75e4-84ea-45c8-956d-484e6235973e",
"ItemNumber": "sample string 2",
"ItemName": "sample string 3"
}
]