amzn / selling-partner-api-models

This repository contains OpenAPI models for developers to use when developing software to call Selling Partner APIs.
Apache License 2.0
618 stars 741 forks source link

I am not able to retrieve 'Amazon Fees' of the Transaction View from the Selling Partner API #3030

Closed maggiep-1 closed 1 year ago

maggiep-1 commented 2 years ago

I am trying to retrieve data from the Transaction View fields, especially from the ‘Amazon Fees’ field. I have tried to retrieve different report types such as ‘GET_FBA_ESTIMATED_FBA_FEES_TXT_DATA’, ‘GET_V2_SETTLEMENT_REPORT_DATA_FLAT_FILE_V2’, etc. but I am not able to retrieve the desired data. Is there any chance that this field is named differently on the API compared to the UI terminology? According to a Selling Partner API issue (refer to: https://github.com/amzn/selling-partner-api-models/issues/389), there is still no answer for this problem. Can you take care of this issue, please?

The Transaction View on UI: Screenshot 2022-06-03 160002

nina691 commented 2 years ago

Has anyone been able to get this type of report? Or know if it is possible to get the same information via the Finances API using the following request: GET /finances/v0/orders/{orderId}/financialEvents. The whole finances v0 endpoint is supposed to return the following model https://developer-docs.amazon.com/sp-api/docs/finances-api-v0-model and I see some fees returned there. I am not sure whether it is the same information though.

petma commented 2 years ago

GET /finances/v0/orders/{orderId}/financialEvent sometimes, I can't get result by this api,why?

Muhammad-Abdullah-Developer commented 2 years ago

Hay @maggiep-1 You could easily get transaction details with /finances/v0/financialEvents PATH.

I hope u would have already found the solution. 👍

github-actions[bot] commented 1 year ago

This is a very old issue that is probably not getting as much attention as it deserves. We encourage you to check if this is still an issue after the latest release and if you find that this is still a problem, please feel free to open a new issue and make a reference to this one.

github-actions[bot] commented 1 year ago

closed for inactivity

tom-it commented 2 months ago

We cannot get any fees not on the /finances/v0/orders/{orderId}/financialEvents also not on the /finances/v0/financialEvents endpoint, we keep getting access denied, even though I think we have all the needed permissions