-
I am not able to get GET_LEDGER_SUMMARY_VIEW_DATA to return valid results. Seems like I would need more options to pass in for create_report() for this reportType. However I am not able to find more information on the documentation. Do you have any ideas? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Nvm, this thread has it https://github.com/amzn/selling-partner-api-docs/discussions/2772. |
Beta Was this translation helpful? Give feedback.
Nvm, this thread has it https://github.com/amzn/selling-partner-api-docs/discussions/2772.
And a snip of working python code below for anyone that lands here.
data = res.create_report(reportType=report_type,dataStartTime=start_date,dataEndTime=end_date ,marketplaceIds=MarketplaceIds ,reportOptions={"aggregateByLocation":"COUNTRY","aggregatedByTimePeriod":"DAILY"} )