QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

adjustment_item_name Property

Line item property: Reference to the kind of item to be adjusted.

Syntax

def get_adjustment_item_name(adjustment_index: int) -> str: ...
def set_adjustment_item_name(adjustment_index: int, value: str) -> None: ...

Default Value

""

Remarks

Line item property: Reference to the kind of item to be adjusted.

Adjustment Line items represent either quantity or value adjustments made on an inventory item. The adjustment_item_id or adjustment_item_name represent which inventory item the adjustment is acting on, and adjustment_new_quantity and adjustment_new_value properties are used to indicate how much you wish to change either the quantity or the value of the specified inventory item. adjustment_value_difference and adjustment_quantity_difference will be filled after a successful Get or Add.

The adjustment_index parameter specifies the index of the item in the array. The size of the array is controlled by the adjustment_count property.

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