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

GET /fba/inbound/v1/eligibility/itemPreview ineligibilityReasonList is missing enum FBA_INB_0096 #296

Closed
corbin-munce opened this issue Dec 15, 2022 · 2 comments

Comments

@corbin-munce
Copy link

Hi,
Using operation https://developer-docs.amazon.com/sp-api/docs/fbainboundeligibility-api-v1-reference#getitemeligibilitypreview is returning ItemEligibilityPreview.ineligibilityReasonList with a value of FBA_INB_0096 which is missing from the definition at https://github.com/amzn/selling-partner-api-models/blob/main/models/fba-inbound-eligibility-api-model/fbaInbound.json

To reproduce:
GET Request:
https://sellingpartnerapi-fe.amazon.com/fba/inbound/v1/eligibility/itemPreview&marketplaceIds=A39IBJ37TRP1C6&asin=B09Y9F1KGH&program=COMMINGLING

Response:

{
  "payload": {
    "asin": "B09Y9F1KGH",
    "program": "COMMINGLING",
    "isEligibleForProgram": false,
    "ineligibilityReasonList": [
      "FBA_INB_0096"
    ]
  }
}
Copy link

github-actions bot commented May 9, 2024

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.

Copy link

closed for inactivity

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant