Update and return stock level records for the stock item and any composite related items
Name | Type | Description |
---|---|---|
inventoryItemId | Guid | Stock Item Id |
fieldName | ColumnNameType | Name of field updated |
fieldValue | String | Input value |
locationId | Guid | Location Id |
changeSource | String |
The following request format is required for this method.
GET | POST https://eu-ext.linnworks.net/api/Inventory/UpdateInventoryItemLevels
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=7d5f76c9-5bf4-4918-8804-ed2a750bf216&fieldName=0&fieldValue=sample string 1&locationId=76440f44-e905-427a-8d6b-367f5dc65f88&changeSource=sample string 1
This is an example of the response JSON. Results will vary depending on your data.
{
"97a7775e-7f67-4477-b9f0-1b36e2b35b09": {
"sample string 1": {
}
}
}