Closed shlomieconnect closed 4 months ago
Please reach out to developer support so that we can better help you with issues related to SP API.
Note: SP API or docs related issues / troubleshooting support is managed by a different team. We can help if the issue is related to the content published on this repo.
I'm submitting a...
Expected Behavior
Calling get https://sellingpartnerapi-na.amazon.com/reports/2021-06-30/reports with reportTypes = GET_V2_SETTLEMENT_REPORT_DATA_FLAT_FILE_V2, should return report documents for Amazon Pay settlements
Current Behavior
Only non Amazon Pay settlements show up.
According to the solution in amzn/selling-partner-api-models#2976, Amazon Pay settlements should behave the same as regular settlements, however this is not the case, When calling get reports, only regular settlements show up, not Amazon Pay reports.
According to amzn/selling-partner-api-models#1261 Amazon Pay settlement reports need to be called with GET_FLAT_FILE_OFFAMAZONPAYMENTS_SETTLEMENT_DATA, however, while this worked with MWS, it no longer works with SP-API. Is there a replacement yet?