Get a list of purchases from a connected account
Documentation Index
Fetch the complete documentation index at: https://docs.subtotal.com/llms.txt
Use this file to discover all available pages before exploring further.
A connection-specific token with access scope
The client's API key secret value
The maximum number of purchases to return
1 <= x <= 5010
The purchase id of the last purchase you processed. The next purchase returned will be the next oldest purchase.
"01J51S0JYV6N7K1030CV1ZJH30"
Successful Response
Whether there are more purchases available to fetch
true
The list of purchases for the connection sorted in descending order by purchase date
[
{
"date": "2024-01-01T00:00:00Z",
"purchase_id": "01J51S0JYV6N7K1030CV1ZKSJH",
"total": "9.34"
}
]