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.
GET | 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=fdc0e132-e0b0-4e1d-b38c-0a1ba6b50ba6&fieldName=0&fieldValue=sample string 1&locationId=60d65510-1aba-422d-8036-6554b00f4cb7&changeSource=sample string 1
This is an example of the response JSON. Results will vary depending on your data.
{
"sample string 1": {
}
}