amz-tools / amazon-sp-api

Amazon Selling Partner API Client
MIT License
237 stars 121 forks source link

Saving GET_LEDGER_SUMMARY_VIEW_DATA report into database #274

Closed rahulserver closed 1 week ago

rahulserver commented 6 months ago

I am trying to save the json array returned by call to GET_LEDGER_SUMMARY_VIEW_DATA aggregated by DAILY and FC The problem i face is in identifying the primary key because I can not find out any unique combination of attributes.

So whats the way to store this report data into a sql table?

amz-tools commented 1 week ago

@rahulserver I don't think this is a question that should be answered here as it has nothing to do with the amazon sp api itself. Probably rather a question for Stackoverflow.

rahulserver commented 1 week ago

Thanks for the timely response @amz-tools