Skip to content

Items Object ​



id
string
REQUIRED · The unique identifier for the item
name
string
The name of the item
description
string
The description of the item
status
string
The status of the item. If no clear mapping exists, then raw value is returned
All possible enum values:
  • active
  • archived
quantity
number
The quantity of the Item.
unit_price
number
The unit price of the item
purchase_price
number
The purchase price of the item
purchase_account
string
The ID of the account used to record the purchase of the item
sales_account
string
The ID of the account used to record the sale
asset_account
string
The ID of the account used to record the asset
company
string
The ID of the company the item belongs to
created_at
string · date-time
This represents the date when the item was created
updated_at
string · date-time
This represents the date when the item was updated
remote_data
object
Raw data returned from the remote API call.