Use this call to retrieve the items in this variation
Name | Type | Description |
---|---|---|
pkVariationItemId | Guid | The variation item id |
The following request format is required for this method.
POST https://eu-ext.linnworks.net/api/Stock/GetVariationItems
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.
pkVariationItemId=f1a02f2f-007c-4407-ab56-a1076755e28d
This is an example of the response JSON. Results will vary depending on your data.
[
{
"pkRowId": "f6ff995b-2750-4dd3-b737-0b9d1c0bfc44",
"pkStockItemId": "47d1b42a-cd61-48ec-9305-70b2355a7831",
"ItemNumber": "sample string 3",
"ItemTitle": "sample string 4"
}
]