List purchases
Returns a list of all purchases for your account.Endpoint
GET /v3/purchases
Parameters
Your API secret key
The page of results being requested. Default value is
1. Each page of results will contain up to 50 purchases.Retrieve a specific purchase
Show specific purchase by ID.Endpoint
GET /v3/purchases/#{purchase_id}
Parameters
Your API secret key
The ID of the purchase you want to retrieve
Create a purchase
Create a new purchase record for tracking customer transactions.Endpoint
POST /v3/purchases
Parameters
Your API secret key
Purchase object
Required for Third Party Integrations
The name of your integration (e.g. eBay)
A token for tracking integrations