rocket
Meet
Merchant API
- the official successor to Content API for Shopping.
update
Get the latest
on new Merchant API features, bug fixes, and updates.
add_alert
Note: Content API for Shopping will be sunset on August 18, 2026.
ReviewEligibility
Stay organized with collections
Save and categorize content based on your preferences.
Different value of enum ReviewEligibility
Enums |
REVIEW_ELIGIBILITY_UNSPECIFIED |
Review eligibility state is unknown. |
ELIGIBLE |
Account is eligible for review for a specified region code. |
INELIGIBLE |
Account is not eligible for review for a specified region code. |
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-16 UTC.
[null,null,["Last updated 2024-10-16 UTC."],[[["\u003cp\u003e\u003ccode\u003eReviewEligibility\u003c/code\u003e enum defines the review eligibility status of an account for a specific region.\u003c/p\u003e\n"],["\u003cp\u003eThe enum has three possible values: \u003ccode\u003eREVIEW_ELIGIBILITY_UNSPECIFIED\u003c/code\u003e, \u003ccode\u003eELIGIBLE\u003c/code\u003e, and \u003ccode\u003eINELIGIBLE\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eREVIEW_ELIGIBILITY_UNSPECIFIED\u003c/code\u003e indicates an unknown review eligibility state.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eELIGIBLE\u003c/code\u003e means the account is eligible for review.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eINELIGIBLE\u003c/code\u003e signifies that the account is not eligible for review.\u003c/p\u003e\n"]]],["The content defines the possible values for the `ReviewEligibility` enum. `REVIEW_ELIGIBILITY_UNSPECIFIED` indicates an unknown eligibility state. `ELIGIBLE` signifies that an account can be reviewed for a given region. `INELIGIBLE` denotes that an account is not eligible for review within a specific region. These are the three possible states for account review eligibility.\n"],null,["# ReviewEligibility\n\nDifferent value of enum ReviewEligibility\n\n| Enums ||\n|----------------------------------|-----------------------------------------------------------------|\n| `REVIEW_ELIGIBILITY_UNSPECIFIED` | Review eligibility state is unknown. |\n| `ELIGIBLE` | Account is eligible for review for a specified region code. |\n| `INELIGIBLE` | Account is not eligible for review for a specified region code. |"]]