Use this call to get stockitem channel skus
Name | Type | Description |
---|---|---|
inventoryItemId | Guid | stockitem id |
The following request format is required for this method.
POST https://eu-ext.linnworks.net/api/Inventory/GetInventoryItemChannelSKUs
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.
inventoryItemId=03515850-7ef8-42c3-98c7-7d0dcee61b14
This is an example of the response JSON. Results will vary depending on your data.
[
{
"ChannelSKURowId": "e928dded-fdd9-4e99-9122-9fa406e233ff",
"SKU": "sample string 2",
"Source": "sample string 3",
"SubSource": "sample string 4",
"UpdateStatus": "sample string 5",
"ChannelReferenceId": "sample string 6",
"LastUpdate": "2022-03-09T13:04:14.6462444+00:00",
"MaxListedQuantity": 8,
"EndWhenStock": 9,
"SubmittedQuantity": 10,
"ListedQuantity": 11,
"StockPercentage": 12.1,
"IgnoreSync": true,
"IgnoreSyncMultiLocation": true,
"IsMultiLocation": true,
"StockItemId": "08ed2918-76a7-4444-aa6a-06f1274b1b2c",
"StockItemIntId": 16
}
]