Items Object
Relationships
Schema relationships
graph LR
Items -->|"company"| CompanyInfo
Properties
idstring
required·
The unique identifier for the item
asset_accountstring
The ID of the account used to record the asset
created_atstring · date-time
This represents the date when the item was created
descriptionstring
The description of the item
namestring
The name of the item
purchase_accountstring
The ID of the account used to record the purchase of the item
purchase_pricenumber
The purchase price of the item
quantitynumber
The quantity of the Item.
remote_dataRecord<string, any>
Raw data returned from the remote API call.
sales_accountstring
The ID of the account used to record the sale
statusstring
The status of the item. If no clear mapping exists, then raw value is returned
Possible values:
activearchived
unit_pricenumber
The unit price of the item
updated_atstring · date-time
This represents the date when the item was updated