List transactions
Transactions
List transactions
List sales transactions for downstream ERP and BI ingestion.
GET
List transactions
Returns sales transactions visible to your API key. Pair with List products to assemble a catalog-plus-sales view in your warehouse without going through the in-app CSV export flow.
Numeric values are returned as strings - see Conventions.
Authentication
Bearer token. See Authentication.Query parameters
Response
Incremental pulls
For downstream sync jobs, store the highestupdated_at you’ve seen and pass it as updated_after on the next run. This is more efficient than re-reading the full window and lets you catch late-arriving corrections to existing transactions.
Large windows
For wide date ranges across high-volume accounts, narrow the window withfrom_date / to_date and page with limit=10000. Pulling many months in a single call is supported but slow and more likely to hit a retry.

