QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

item_id Property

Reference to the item this PriceLevel pertains to.

Syntax

def get_item_id(item_index: int) -> str: ...
def set_item_id(item_index: int, value: str) -> None: ...

Default Value

""

Remarks

Reference to the item this PriceLevel pertains to.

Price Level line items represent price adjustments on individual items. The item_id or item_name represents which item the Price Level is acting on.

When you create a price level, you must specify whether it is a FixedPercentage or a per item price level. Once you create the price level, you cannot change this. Currently, only QuickBooks Premier and Enterprise support the per item price level.

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]