v1

latestOpenAPI 3.0.02026-07-266521,3121.2 MB
Inventory

UpdateInventoryItemLevels

Update and return stock level records for the stock item and any composite related items <b>Permissions Required: </b> GlobalPermissions.Inventory.Stock.StockWrite.ChangeStockLevelsNode <b>Rate limit: </b><span style="background-color:#0272d9;color:white;padding:4px 8px;text-align:center;border-radius:5px; font-size: small;"><b>250</b></span> / minute

post/api/Inventory/UpdateInventoryItemLevels

Request body

inventoryItemIdstring uuid

Stock Item Id

fieldName'SKU' | 'Title' | 'VariationGroupName' | 'RetailPrice' | 'PurchasePrice' | 'Tracked' | 'Barcode' | 'Available' | 'MinimumLevel' | 'InOrder' | 'StockLevel' | 'StockValue' | 'Due' | 'BinRack' | 'Category' | 'Image' | 'Weight' | 'DimHeight' | 'DimWidth' | 'DimDepth' | 'CreatedDate' | 'ModifiedDate' | 'SerialNumberScanRequired' | 'BatchNumberScanRequired' | 'BatchType' | 'JIT' | 'ReorderAmount' | 'ReorderDate' | 'AverageConsumption' | 'DefaultSupplier'

Name of field updated

fieldValuestring

Input value

locationIdstring uuid

Location Id

changeSourcestring

Example request

{
  "inventoryItemId": "00000000-0000-0000-0000-000000000000",
  "locationId": "00000000-0000-0000-0000-000000000000"
}

Response

OK

object required