Update an inventory item
Updates an existing inventory item identified by its Id. You can modify attributes like Cost.
UPDATE InventoryItems
SET Cost='25.55'
WHERE Id=43512280416356
Updates an existing inventory item identified by its Id. You can modify attributes like Cost.
UPDATE InventoryItems
SET Cost='25.55'
WHERE Id=43512280416356