Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Report type for payments report repository #783

Open
jmawebtech opened this issue Oct 18, 2024 · 0 comments
Open

Report type for payments report repository #783

jmawebtech opened this issue Oct 18, 2024 · 0 comments

Comments

@jmawebtech
Copy link

Hi,

I need to pull an Amazon report of all orders created on October 16. My client created a report under payments report repository > payments report. What report type do I use?

        var reports = await amazonConnection.Reports.GetReportsAsync(new FikaAmazonAPI.Parameter.Report.ParameterReportList()
        {
            reportTypes = new List<ReportTypes>() { ReportTypes.GET_FLAT_FILE_ALL_ORDERS_DATA_BY_LAST_UPDATE_GENERAL },
            createdSince = settings.LastDownloadUtc,
            createdUntil = settings.LastDownloadUtcEnd
        });

List of headers:

date/time | settlement id | type | order id | sku | description | quantity | marketplace | account type | fulfillment | order city | order state | order postal | tax collection model | product sales | product sales tax | shipping credits | shipping credits tax | gift wrap credits | giftwrap credits tax | Regulatory Fee | Tax On Regulatory Fee | promotional rebates | promotional rebates tax | marketplace withheld tax | selling fees | fba fees | other transaction fees | other | total

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant