Update and return stock level records for the stock item
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.
POST https://eu-ext.linnworks.net/api/Inventory/UpdateInventoryItemLocationField
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=8eba546c-7aa6-400e-bdfa-1e276625c1b8&fieldName=0&fieldValue=sample string 1&locationId=ccf2fe89-2949-4b16-a289-eb44de526a00&changeSource=sample string 1
This is an example of the response JSON. Results will vary depending on your data.
{
"sample string 1": {
}
}