No content to show
User Activity
07-31-2019
Thanks, I get: {"errors":{"report":"expected String to be a Hash"}}
07-31-2019
Oh, I see.. So just one more question: I have changed my code to: import requests
APIkey = "myAPYkey"
APIversion = "2019-04"
Pass = "myPass"
hostname = "myHost"#Creating a new reportreport_data = {
"report": {
...
07-30-2019
If I enter to the section Analytics -> Reports I can see several reports. Some of them automatic reports (for example sales over time, customers over time, etc). However I want to access to this information via Python, so I am using the API, like thi...