QuickBooks Integrator 2020 Python Edition

Questions / Feedback?

inventory_reorder_point Property

The reorder point for this inventory item.

Syntax

def get_inventory_reorder_point() -> str: ...
def set_inventory_reorder_point(value: str) -> None: ...

inventory_reorder_point = property(get_inventory_reorder_point, set_inventory_reorder_point)

Default Value

"0"

Remarks

Quantity at which QuickBooks will remind the user to reorder this inventory item.

This property is only applicable for Inventory Items (item_type = itInventory).

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