QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

item_unit_of_measure Property

Unit of measure describing the Quantity .

Syntax

def get_item_unit_of_measure(item_index: int) -> str: ...
def set_item_unit_of_measure(item_index: int, value: str) -> None: ...

Default Value

""

Remarks

Unit of measure describing the item_quantity.

In a transaction line item, the name of the unit of measure selected from within the item's available units. If the company file is enabled only for single unit of measure per item, this must be the base unit!

This property is only available for QBXMLVersion 7.0 and higher.

The item_index parameter specifies the index of the item in the array. The size of the array is controlled by the item_count property.

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