According to Apple's documention for Reporter.jar, (http://help.apple.com/itc/contentreporterguide/en.lproj/static.html) should be able to get Detailed Daily reports but this fails with an incorrect error.
[]$ java -jar Reporter.jar p=Reporter.properties Sales.getReport xxxx, Sales, Detailed, Daily, 20170607
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<Error>
<Code>200</Code>
<Message>Invalid vendor number specified. Try again.</Message>
</Error>
If I change Detailed to Summary, it works.
Why can't I get a detailed report?