QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

InventoryQuantityOnHand Property

The quantity in stock for this inventory item.

Object Oriented Interface

public function getInventoryQuantityOnHand();
public function setInventoryQuantityOnHand($value);

Procedural Interface

inqb_item_get($res, 5 );
inqb_item_set($res, 5, $value );

Default Value

'0'

Remarks

The total quantity you have on hand for this item.

If both InventoryQuantityOnHand and PurchaseCost are included, then InventoryTotalValue will be set to InventoryQuantityOnHand times PurchaseCost, regardless of what InventoryTotalValue is explicitly set to.

This property is only applicable for Inventory Items (ItemType = itInventory).

Data Type

String

Copyright (c) 2021 /n software inc. - All rights reserved.
QuickBooks Integrator 2020 PHP Edition - Version 20.0 [Build 7941]