QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

inventory_quantity_on_hand Property

The quantity in stock for this inventory item.

Syntax

def get_inventory_quantity_on_hand() -> str: ...
def set_inventory_quantity_on_hand(value: str) -> None: ...

inventory_quantity_on_hand = property(get_inventory_quantity_on_hand, set_inventory_quantity_on_hand)

Default Value

"0"

Remarks

The total quantity you have on hand for this item.

If both inventory_quantity_on_hand and purchase_cost are included, then inventory_total_value will be set to inventory_quantity_on_hand times purchase_cost, regardless of what inventory_total_value is explicitly set to.

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

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