getdailysalesreports
REST Endpoint: http://api.itunesapis.com/rest/getdailysalesreports/
Overview
Returns all the details contained in the iTunes Connect daily sales report.
|
Parameter |
Required? |
Description |
|
a |
Y |
Your API key.
|
|
userName |
Y |
Your iTunes Connect Email Address
|
|
password |
Y |
Your iTunes Connect Password
|
|
startDate |
Y |
Starting date for report data - NOTE: you can only report on the previous 7 days not including today.
|
|
endDate |
Y |
End date for report data
|
Sample Call
http://api.itunesapis.com/rest/getdailysalesreports/?a=YOURAPIKEY&userName=user@itunesapis.com&password=itunes&startDate=2010-03-01&endDate=2010-03-06
Result
<result>
<report-row>
<provider>APPLE</provider>
<provider-country>US</provider-country>
<vendor-identifier>8001</vendor-identifier>
<upc/>
<isrc/>
<artist-show>Millennium Studios, LLC</artist-show>
<title-episode-season>Doodle iCopter</title-episode-season>
<label-studio-network/>
<product-type>1</product-type>
<units>1235</units>
<royalty-price>.7</royalty-price>
<begin-date>03/02/2010</begin-date>
<end-date>03/02/2010</end-date>
<customer-currency>USD</customer-currency>
<country-code>US</country-code>
<royalty-currency>USD</royalty-currency>
<preorder/>
<season-pass/>
<isan/>
<apple-identifier>357537018</apple-identifier>
<customer-price>.99</customer-price>
<cma/>
<asset-content-flavor/>
<vendor-offer-code/>
<grid/>
<promocode/>
<parent-identifier/>
</report-row>
<report-row>
<provider>APPLE</provider>
<provider-country>US</provider-country>
<vendor-identifier>8001</vendor-identifier>
<upc/>
<isrc/>
<artist-show>Millennium Studios, LLC</artist-show>
<title-episode-season>Doodle iCopter</title-episode-season>
<label-studio-network/>
<product-type>1</product-type>
<units>1231</units>
<royalty-price>.7</royalty-price>
<begin-date>03/02/2010</begin-date>
<end-date>03/02/2010</end-date>
<customer-currency>USD</customer-currency>
<country-code>MO</country-code>
<royalty-currency>USD</royalty-currency>
<preorder/>
<season-pass/>
<isan/>
<apple-identifier>357537018</apple-identifier>
<customer-price>.99</customer-price>
<cma/>
<asset-content-flavor/>
<vendor-offer-code/>
<grid/>
<promocode/>
<parent-identifier/>
</report-row>
</result>
...
...
Errors
All errors are reported in the following format with a description of the error.
<result>
<error>
ERROR MESSAGE HERE
</error>>
</result>