QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

ItemPartNumber Property

Manufacturer's part number.

Object Oriented Interface

public function getItemPartNumber($itemindex);
public function setItemPartNumber($itemindex, $value);

Procedural Interface

inqb_purchaseorder_get($res, 24 , $itemindex);
inqb_purchaseorder_set($res, 24, $value , $itemindex);

Default Value

''

Remarks

Manufacturer's part number.

This is the part number used by the manufacturer of the item. This property is only sent if the QBXMLVersion is set to 7.0 or higher.

The $itemindex parameter specifies the index of the item in the array. The size of the array is controlled by the ItemCount property.

This property is not available at design time.

Data Type

String

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