get https://{api_url}/api/v5/admin//purchases
Retrieves a list of purchases.
Results can be filtered to only include purchases created between dates using the
created_from and created_to params. Results can also be filtered to only include
purchases for a particular customer via the client_id param or to only show purchases
created by administrators with the admin param.