Skip to main content
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.

Authentication

Bearer token. See Authentication.

Query parameters

Response

Numeric values are returned as strings - see Conventions.

Incremental pulls

For downstream sync jobs, store the highest updated_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 with from_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.

Example request