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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -