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

getReconReport no acceptable representation #180

Open
max0783 opened this issue Apr 29, 2024 · 0 comments
Open

getReconReport no acceptable representation #180

max0783 opened this issue Apr 29, 2024 · 0 comments

Comments

@max0783
Copy link

max0783 commented Apr 29, 2024

Describe the bug
getReconReportV1 and getReconReport not working:

{
  status: 'ERROR',
  error: {
    source: 'mp-payment-reporting-app-US',
    message: 'Could not find acceptable representation',
    hint: 'org.springframework.web.HttpMediaTypeNotAcceptableException'
  }

To Reproduce

const reportsApi = await walmartApi.getConfiguredApi(ReportsApi);

  requestParams = {
    reportDate: "12192023",
    reportVersion: "V1"
  };
  const reconReport = await reportsApi.getReconReportV1(requestParams);
  console.log(reconReport)

Desktop (please complete the following information):

  • OS: W11
  • Node v20.9.0

Additional context
I don't know if this is currently maintained or not, or if I'm doing something wrong. Worked perfectly for orders and report dates, I can't fix this one up.

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