Update inventory Channel SKU's with location properties, such as Max Listed Quantity
Name | Type | Description |
---|---|---|
inventoryItemChannelSKUsWithLocation | List<StockItemChannelSKUWithLocation> | Listing information |
The following request format is required for this method.
POST https://eu-ext.linnworks.net//api/Inventory/UpdateInventoryItemChannelSKUsWithLocation 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
inventoryItemChannelSKUsWithLocation=[
{
"fkRowId": "13daf266-1726-4299-a936-d2a56fd56cce",
"LocationId": 2,
"LocationName": "sample string 3",
"IgnoreSync": true,
"MaxListedQuantity": 1,
"EndWhenStock": 1,
"StockPercentage": 1.1,
"LastUpdate": "2019-11-28T09:45:58.8808977+00:00",
"UpdateStatus": "sample string 5",
"SubmittedQuantity": 6,
"ListedQuantity": 7,
"RetryCount": 8,
"StockItemId": "542f376c-2acf-40b6-afa4-bd280db76735",
"StockItemIntId": 10
},
{
"fkRowId": "13daf266-1726-4299-a936-d2a56fd56cce",
"LocationId": 2,
"LocationName": "sample string 3",
"IgnoreSync": true,
"MaxListedQuantity": 1,
"EndWhenStock": 1,
"StockPercentage": 1.1,
"LastUpdate": "2019-11-28T09:45:58.8808977+00:00",
"UpdateStatus": "sample string 5",
"SubmittedQuantity": 6,
"ListedQuantity": 7,
"RetryCount": 8,
"StockItemId": "542f376c-2acf-40b6-afa4-bd280db76735",
"StockItemIntId": 10
}
]
This is an example response. Results may vary depending on your data.
null