Skip to content

Relationships

Schema relationships
graph LR
    LineItems -->|"product"| Products
    LineItems -->|"opportunity"| Opportunities
    LineItems -->|"account"| Accounts

Properties

idstring
required·

The line item's unique identifier

accountobject

The account associated with the line item

References: Accounts → id
idstring

The unique identifier

amountnumber

The line item's amount

created_atstring · date-time

The date and time of the line item's creation

currencystring

The amount attribute's currency

custom_fieldsobject

Custom fields for the line item

descriptionstring

The line item's description

namestring

The line item's name

opportunityobject[]

The line item's opportunities

idstring

The opportunity's unique identifier

ownerobject

The line item's owner

idstring

The unique identifier

productobject

The product associated with the line item

References: Products → id
idstring

The unique identifier

quantitynumber

The line item's quantity

remote_dataRecord<string, any>

Raw data returned from the remote API call.

updated_atstring · date-time

The date and time of the line item's last update