QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

adjustment_new_quantity Property

Line item property: The new quantity for this adjustment.

Syntax

def get_adjustment_new_quantity(adjustment_index: int) -> str: ...
def set_adjustment_new_quantity(adjustment_index: int, value: str) -> None: ...

Default Value

""

Remarks

Line item property: The new quantity for this adjustment.

When issuing an Inventory Quantity Adjustment or Value Adjustment, this is the new quantity for the inventory item indicated by adjustment_item_name and adjustment_item_id.

Either adjustment_new_quantity and/or adjustment_new_value must be specified for each Adjustment, or the class will fails with an error.

The default value of "" indicates that this property is not specified, and no new quantity will be sent.

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]