Item
When processing an Item, use the requestJSON to pass the Item data. The returned response will contain a responseJSON section with the Item response returned by Breadwinner for Quickbooks.
The Item has the following parameters.
Field Name | Data Type | Description |
---|---|---|
Active | Boolean | If true, this entity is currently enabled for use by QuickBooks |
Name | String | Name of the item. This value is unique. |
Fully Qualified Name | String | Fully qualified name of the entity. The fully qualified name prepends the topmost parent, followed by each sub element separated by colons. |
Id | String | Unique identifier for this object and ReadOnly field. |
Domain | String | shows to which QucikBooks the salesforce org is connected like QBO(QuickBooks Online)/ QBD(QuickBooks Desktop). We are not supporting QBD. |
UnitPrice | Decimal
| Corresponds to the Price/Rate column to specify either unit price, a discount, or a tax rate for item. |
TrackQtyOnHand | Boolean | True if there is quantity on hand to be tracked. Once this value is true, it cannot be updated to false. Applicable for items of type Inventory. Not applicable for Service or NonInventory item types. |
Taxable | Boolean | If true, transactions for this item are taxable. Applicable to US companies, only. |
SyncToken | String | Version number of the object, It is used to lock an object for use by one app at a time and ReadOnly field |
Reorder Point | Boolean | The minimum quantity of a particular inventory item that you need to restock at any given time. The ReorderPoint value cannot be set to null for sparse updates(sparse=true). It can be set to null only for full updates. |
SalesTaxIncluded | Boolean | True if the sales tax is included in the item amount, and therefore is not calculated for the transaction. |
PurchaseTaxIncluded | Boolean | True if the purchase tax is included in the item amount, and therefore is not calculated for the transaction. |
PurchaseCost | Decimal | Amount paid when buying or ordering the item, as expressed in the home currency. |
Description | String | Description of the item. |
Metadata | Metadata | Descriptive information about the entity. The MetaData values are set by Data Services and are read only |
IncomeAccountRef | value_name | Account that records the proceeds from the sale of the item. |