Update inventory Channel SKU's properties, such as Max Listed Quantity
Name | Type | Description |
---|---|---|
inventoryItemChannelSKUs | List<StockItemChannelSKU> | stockitem channel skus |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Inventory/UpdateInventoryItemChannelSKUs
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.
inventoryItemChannelSKUs=[
{
"ChannelSKURowId": "bef520c0-6450-4db6-b9f5-1c7d51632d4c",
"SKU": "sample string 2",
"Source": "sample string 3",
"SubSource": "sample string 4",
"UpdateStatus": "sample string 5",
"ChannelReferenceId": "sample string 6",
"LastUpdate": "2023-01-10T13:49:46.2985438+00:00",
"MaxListedQuantity": 8,
"EndWhenStock": 9,
"SubmittedQuantity": 10,
"ListedQuantity": 11,
"StockPercentage": 12.1,
"IgnoreSync": true,
"IgnoreSyncMultiLocation": true,
"IsMultiLocation": true,
"StockItemId": "3c934642-e7d7-43dc-8662-4f3954a9ef67",
"StockItemIntId": 16
}
]
This is an example of the response JSON. Results will vary depending on your data.