Intuit · Schema
Item
An Item represents a product or service that a company buys, sells, or re-sells. Items are used in line items on invoices, sales receipts, bills, and other transactions.
AccountingCustom FieldsFinancialFinancial-ServicesInvoicingPaymentsPayrollProject ManagementSales TaxSmall BusinessTaxTax PreparationTaxesTime TrackingFortune 1000
Properties
| Name | Type | Description |
|---|---|---|
| Id | string | Unique identifier for the item |
| SyncToken | string | Version number for optimistic locking |
| Name | string | Name of the item. Must be unique within the same type. |
| Description | string | Description of the item used in sales transactions |
| PurchaseDesc | string | Description of the item used in purchase transactions |
| Active | boolean | Whether the item is currently active |
| FullyQualifiedName | string | Fully qualified name of the item |
| Taxable | boolean | Whether sales of this item are taxable |
| SalesTaxIncluded | boolean | Whether the sales tax is included in the item amount |
| UnitPrice | number | Sales price for this item |
| Type | string | Classification of the item |
| PurchaseCost | number | Purchase cost of the item |
| QtyOnHand | number | Current quantity on hand (inventory items only) |
| InvStartDate | string | Date of opening balance for inventory items |
| TrackQtyOnHand | boolean | Whether quantity on hand is tracked |
| Sku | string | Stock keeping unit identifier |
| SubItem | boolean | Whether this is a sub-item |
| Level | integer | Depth level in the item hierarchy |
| AbatementRate | number | |
| ReverseChargeRate | number | |
| domain | string | |
| sparse | boolean |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"title": "Item",
"type": "object",
"description": "An Item represents a product or service that a company buys, sells, or re-sells. Items are used in line items on invoices, sales receipts, bills, and other transactions.",
"properties": {
"Id": {
"type": "string",
"description": "Unique identifier for the item"
},
"SyncToken": {
"type": "string",
"description": "Version number for optimistic locking"
},
"Name": {
"type": "string",
"description": "Name of the item. Must be unique within the same type."
},
"Description": {
"type": "string",
"description": "Description of the item used in sales transactions"
},
"PurchaseDesc": {
"type": "string",
"description": "Description of the item used in purchase transactions"
},
"Active": {
"type": "boolean",
"description": "Whether the item is currently active"
},
"FullyQualifiedName": {
"type": "string",
"description": "Fully qualified name of the item"
},
"Taxable": {
"type": "boolean",
"description": "Whether sales of this item are taxable"
},
"SalesTaxIncluded": {
"type": "boolean",
"description": "Whether the sales tax is included in the item amount"
},
"UnitPrice": {
"type": "number",
"description": "Sales price for this item"
},
"Type": {
"type": "string",
"description": "Classification of the item"
},
"PurchaseCost": {
"type": "number",
"description": "Purchase cost of the item"
},
"QtyOnHand": {
"type": "number",
"description": "Current quantity on hand (inventory items only)"
},
"InvStartDate": {
"type": "string",
"description": "Date of opening balance for inventory items"
},
"TrackQtyOnHand": {
"type": "boolean",
"description": "Whether quantity on hand is tracked"
},
"Sku": {
"type": "string",
"description": "Stock keeping unit identifier"
},
"SubItem": {
"type": "boolean",
"description": "Whether this is a sub-item"
},
"Level": {
"type": "integer",
"description": "Depth level in the item hierarchy"
},
"AbatementRate": {
"type": "number"
},
"ReverseChargeRate": {
"type": "number"
},
"domain": {
"type": "string"
},
"sparse": {
"type": "boolean"
}
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/quickbooks-accounting-item"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.