QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

line_item_quantity Property

Quantity of the Line Item indicated by ItemName or ItemId .

Syntax

def get_line_item_quantity(line_item_index: int) -> str: ...
def set_line_item_quantity(line_item_index: int, value: str) -> None: ...

Default Value

""

Remarks

Quantity of the Line Item indicated by line_item_item_name or line_item_item_id.

Line Items are only available for Item ItemTypes itInventoryAssembly and itGroup. For Inventory Assemblies, Line Items consist of "ItemInventoryAssemblyLine" aggregates. For Groups, Line Items consists of "ItemGroupLine" aggregates.

The line_item_index parameter specifies the index of the item in the array. The size of the array is controlled by the line_item_count property.

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