DEV

Type.

CartHistoryLine

No description

Fields

amountToCharge

Decimal!

Required

How much this line adds on top of what was already quoted/charged for this cart. Can be negative, which credits back rather than charges.

currentAmount

Decimal!

Required

No description

description

String!

Required

No description

formula

String

The calculation formula for this line, when available (e.g. for invoicing/reporting).

itemId

ID

Null for non-item lines such as carrier fees.

lineType

String!

Required

DUTY, TAX, or FEE

priorAmount

Decimal!

Required

No description

type

String!

Required

e.g. 'item', 'carrier', 'duty_processing'

Was this page helpful?