Use this call to retrieve all stock item channel sku's with location for a given channel sku RowId
Name | Type | Description |
---|---|---|
channelSKURowId | Guid | ChannelSKU record Id |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Inventory/GetInventoryItemChannelSKUsWithLocation
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.
channelSKURowId=ed194774-4fac-4350-92c9-6788df2f784b
This is an example of the response JSON. Results will vary depending on your data.
[
{
"fkRowId": "7fac7423-5657-45a5-9915-c1898b9988f9",
"LocationId": 2,
"LocationName": "sample string 3",
"IgnoreSync": true,
"MaxListedQuantity": 1,
"EndWhenStock": 1,
"StockPercentage": 1.1,
"LastUpdate": "2023-01-10T13:49:55.5447467+00:00",
"UpdateStatus": "sample string 5",
"SubmittedQuantity": 6,
"ListedQuantity": 7,
"RetryCount": 8,
"StockItemId": "f2597b67-de30-4d1a-9086-44661caf9593",
"StockItemIntId": 10
}
]