PaginatedResponse[TransactionResponse]
- cursorsType: object · CursorInforequired
- afterType: string · After nullable
- beforeType: string · Before nullable
- hasType: boolean · Has Next
_next - hasType: boolean · Has Previous
_previous - limitType: integer · Limit
Integer numbers.
- dataType: array object[] · Datarequired
- addressesType: object · TransactionAddressesrequired
All addresses associated with the transaction (billing, shipping, ship-from, supplier)
- amountsType: object · TransactionAmountsrequired
Aggregated monetary breakdown of the transaction (totals, discounts, taxable/non-taxable splits)
- createdType: string · Created AtFormat: date-time
_at requiredSystem timestamp when this record was first created
- currencyType: object · TransactionCurrencyDetails
_details requiredCurrency code, any exchange rate applied, and converted USD amounts
- customerType: object · TransactionCustomerDetails
_details requiredResolved customer information including the full customer record if one was matched or created
- externalType: string · External Created AtFormat: date-time
_created _at requiredCreated timestamp from your system, used for audit and reconciliation
- externalType: string · External Id
_id requiredYour system's transaction identifier (e.g., invoice or order number)
- externalType: string · External Updated AtFormat: date-time
_updated _at requiredLast-updated timestamp from your system, used for audit and reconciliation
- idType: string · IdFormat: uuidrequired
Internal system UUID for this record
- sourceType: string · Sourcerequired
Namespace that scoped the external_id when this transaction was created. Used to uniquely identify the transaction together with external_id.
- taxType: object · TransactionTaxSummaryrequired
Total tax summary — aggregate of all item and shipping fee taxes across all jurisdictions
- tenantType: string · Tenant IdFormat: uuid
_id requiredUUID of the tenant that owns this record
- updatedType: string · Updated AtFormat: date-time
_at requiredSystem timestamp of the most recent update to this record
- documentType: string · Document Name nullable
_name ERP or accounting system document reference (e.g., INV-001, SO-123)
- isType: boolean · Is Tax Inclusive nullable
_tax _inclusive Whether the submitted prices already include tax (true) or whether tax is calculated on top (false)
- itemsType: array object[] | null · Items nullable
Line items with full tax calculation results per item and per jurisdiction
- linkedType: string · Linked Transaction nullable
_transaction For refunds: the external_id of the original invoice this refund is linked to.
- obligationType: string · Obligation IdFormat: uuid nullable
_id ID of the obligation governing tax collection for this transaction's jurisdiction and tax type.
- overrideType: boolean · Override Threshold
_threshold True when tax was calculated despite threshold not being established. Indicates this transaction bypassed normal threshold rules.
- shippingType: object · ShippingFeeResponse nullable
_fee Shipping cost with tax calculation result
- taxType: stringenum nullable
_collection _status Obligation-driven collection status: actual (collecting), hypothetical (calculated but not collected), suppressed (collection overridden off), enforced (collection overridden on).
values- actual
- realised
- hypothetical
- suppressed
- enforced
- transactionType: string · Transaction DateFormat: date-time nullable
_date Issue date of the document, used as the reference date for exemption validity checks
- transactionType: stringenum nullable
_status Lifecycle state. active: included in tax reports, cancelled: excluded from tax filing reports, paid: finalized and included in filing
values- active
- cancelled
- paid
- transactionType: stringenum nullable
_type Document type that determines tax treatment. sales_order: preliminary order (not reported), invoice: taxable sale, estimate: quote (not reported), refund: credit memo — use linked_transaction to link to original invoice and inherit its tax rate period
values- sales
_order - invoice
- estimate
- refund