QuickBooks Integrator 2020 PHP Edition

Questions / Feedback?

ItemType Property

The type of item.

Object Oriented Interface

public function getItemType();
public function setItemType($value);

Procedural Interface

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

Default Value

0

Remarks

The type of item. It is necessary to specify this before invoking Add or Update. It is not necessary to specify before a call to Get however.

The following values are permitted:

itUnknown0
itService1
itInventory2
itNonInventory3
itPayment4
itDiscount5
itSalesTax6
itSubtotal7
itOtherCharge8
itInventoryAssembly9
itGroup10
itSalesTaxGroup11
itFixedAsset12

The following properties may be specified for each type of item. Required properties are in bold, reference (Name or Id) properties are starred, and special fields are in italics.

Service ItemsItemName, Description, Parent*, IsActive, SalesTaxCode*, Price, PricePercent, Account*, PurchaseCost, PurchaseDescription, PurchasePreferredVendor*, PurchaseExpenseAccount*.
Non-Inventory ItemsSame as for service items.
Inventory ItemsItemName, Description, Parent*, IsActive, SalesTaxCode*, Price, PricePercent, Account*, PurchaseCost, PurchaseDescription, PurchasePreferredVendor*, PurchaseAssetAccount*, PurchaseCOGSAccount*, InventoryReorderPoint, InventoryQuantityOnHand, InventoryAverageCost, InventoryQuantityOnOrder, InventoryQuantityOnSalesOrder, InventoryDate.
Payment ItemsItemName, IsActive, Description, Account*, PaymentMethod*.
Discount ItemsItemName, IsActive, Parent*, SalesTaxCode*, Description, Price, PricePercent, Account*.
Sales Tax ItemsItemName, IsActive, Description, TaxRate, TaxVendor*.
Subtotal ItemsItemName, IsActive, Description.
Other Charge ItemsSame as for service items.

This property is required.

Data Type

Integer

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