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.
State
Stay organized with collections
Save and categorize content based on your preferences.
Different values of enum State.
Enums |
STATE_UNSPECIFIED |
State is not known. |
APPROVED |
If the account has no issues and review is completed successfully. |
DISAPPROVED |
There are one or more issues that needs to be resolved for account to be active for the program. Detailed list of account issues are available in accountstatuses API. |
WARNING |
If account has issues but offers are servable. Some of the issue can make account DISAPPROVED after a certain deadline. |
UNDER_REVIEW |
Account is under review. |
PENDING_REVIEW |
Account is waiting for review to start. |
ONBOARDING |
Program is currently onboarding. Upload valid offers to complete onboarding. |
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\u003eThe \u003ccode\u003eState\u003c/code\u003e enum describes the different operational statuses an account can have within a program.\u003c/p\u003e\n"],["\u003cp\u003eAccounts can be \u003ccode\u003eAPPROVED\u003c/code\u003e, \u003ccode\u003eDISAPPROVED\u003c/code\u003e, \u003ccode\u003eWARNING\u003c/code\u003e, \u003ccode\u003eUNDER_REVIEW\u003c/code\u003e, \u003ccode\u003ePENDING_REVIEW\u003c/code\u003e, or \u003ccode\u003eONBOARDING\u003c/code\u003e, in addition to an unspecified state.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDISAPPROVED\u003c/code\u003e accounts have critical issues requiring resolution, detailed in the \u003ccode\u003eaccountstatuses\u003c/code\u003e API, while \u003ccode\u003eWARNING\u003c/code\u003e accounts have issues that may lead to disapproval later.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eONBOARDING\u003c/code\u003e accounts need valid offers uploaded to complete the onboarding process.\u003c/p\u003e\n"]]],["The enum `State` defines possible account statuses. `STATE_UNSPECIFIED` indicates an unknown state. `APPROVED` means the account is issue-free. `DISAPPROVED` signifies unresolved issues, with details available via the `accountstatuses` API. `WARNING` denotes issues that may lead to disapproval. `UNDER_REVIEW` indicates the account is being reviewed, while `PENDING_REVIEW` means the review has not started. `ONBOARDING` represents the active onboarding process, requiring offer uploads.\n"],null,["# State\n\nDifferent values of enum State.\n\n| Enums ||\n|---------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `STATE_UNSPECIFIED` | State is not known. |\n| `APPROVED` | If the account has no issues and review is completed successfully. |\n| `DISAPPROVED` | There are one or more issues that needs to be resolved for account to be active for the program. Detailed list of account issues are available in [accountstatuses](https://developers.google.com/shopping-content/reference/rest/v2.1/accountstatuses) API. |\n| `WARNING` | If account has issues but offers are servable. Some of the issue can make account DISAPPROVED after a certain deadline. |\n| `UNDER_REVIEW` | Account is under review. |\n| `PENDING_REVIEW` | Account is waiting for review to start. |\n| `ONBOARDING` | Program is currently onboarding. Upload valid offers to complete onboarding. |"]]