Getting the Settlement ID from the Finance API at Amazon MWS -


i'm using amazon mws retrieve financial events seller account.

i can't seem find anywhere in response financial events settlement id appears on standard settlement reports.

any help?

settlements automatically come reports available through mws. reports have _get_v2_settlement_report_data_flat_file_ type , can listed through getreportlist(). please note report's id not match settlement id. you'll have request report through getreport() - settlement id part of response.


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -