QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

InventoryReorderPoint Property

The reorder point for this inventory item.

Object Oriented Interface

public function getInventoryReorderPoint();
public function setInventoryReorderPoint($value);

Procedural Interface

inqb_item_get($res, 6 );
inqb_item_set($res, 6, $value );

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 (ItemType = itInventory).

Data Type

String

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