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.
GET | POST https://eu-ext.linnworks.net/api/Inventory/UpdateInventoryItemChannelSKUsWithLocation
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.
inventoryItemChannelSKUsWithLocation=[
{
"fkRowId": "15919b59-9683-44dd-8546-81b4ff5b2a03",
"LocationId": 2,
"LocationName": "sample string 3",
"IgnoreSync": true,
"MaxListedQuantity": 1,
"EndWhenStock": 1,
"StockPercentage": 1.1,
"LastUpdate": "2023-01-10T13:49:46.3015375+00:00",
"UpdateStatus": "sample string 5",
"SubmittedQuantity": 6,
"ListedQuantity": 7,
"RetryCount": 8,
"StockItemId": "11870399-df0f-4456-8115-8cbd83b32dcc",
"StockItemIntId": 10
}
]
This is an example of the response JSON. Results will vary depending on your data.