QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

add Method

Adds the Inventory Adjustment into QuickBooks.

Syntax

def add() -> None: ...

Remarks

Add is used to add an Inventory Adjustment transaction into to QuickBooks.

If QuickBooks is able to add the Inventory Adjustment, it will return a copy of the adjustment, and the values of all properties will be reset from the QuickBooks response. The qb_response_aggregate property will also be set to the entire QBXML aggregate received from QuickBooks.

Please note that this class is adding an inventory adjustment transaction into QuickBooks. This is fundamentally different from modifying an inventory item. QuickBooks does not allow the direct manipulation of inventory item quantities or values, but rather it maintains a history of the transactions that modify the inventory items.

Furthermore, these transactions record only the difference in value or quantity that was added or removed. Current and previous quantities and values for inventory items are not recorded or returned. Only the difference is recorded. Please see the adjustment_quantity_difference and adjustment_value_difference properties for more information.

If QuickBooks is not able to add the Inventory Adjustment, the class will fails with an error.

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