QuickBooks Integrator 2020 iOS Edition

Questions / Feedback?

itemPartNumber (property)

Manufacturer's part number.

Syntax

- (NSString*)itemPartNumber:(int)itemIndex;
- (void)setItemPartNumber:(int)itemIndex:(NSString*)newItemPartNumber;
public func itemPartNumber(itemIndex: Int32) throws -> String
public func setItemPartNumber(itemIndex: Int32, newItemPartNumber: String) throws -> Void

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.

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