Download Information

To download order related information from Teapplix, you can use the "Report" REST API:

URL Endpoint
https://app.teapplix.com/h/[your teapplix account name]/ea/admin.php?User=xxxx&Passwd=xxxx&Action=Report

To download inventory related information from Teapplix, you can use our "Export" REST API :

URL Endpoint
https://app.teapplix.com/h/[your teapplix account name]/ea/admin.php?User=xxxx&Passwd=xxxx&Action=Export

In the above urls, replace [your teapplix account name] with your real Teapplix Account Name, and replace other xxxx with your username / password to your Teapplix account. The User, Passwd and Action parameter must be part of the "GET" URL. Additional parameters can be sent using "POST" parameters.