GET https://shoppingcontent.googleapis.com/content/v2.1/merchantId/shoppingadsprogram
以下是示例响应:
{"globalState":"NOT_ENABLED","regionStatuses":[{"regionCodes":["US"],"eligibilityStatus":"DISAPPROVED","reviewIssues":["editorial_and_professional_standards_destination_url_down_policy"],"onboardingIssues":["home_page_issue"],"disapprovalDate":"2013-02-25","reviewEligibilityStatus":"INELIGIBLE","reviewIneligibilityReason":"IN_COOLDOWN_PERIOD","reviewIneligibilityReasonDescription":"Cool down applies: Wait for one-week cool-down period to end before you can request a review from Google. End of cool down is 2013-02-30","reviewIneligibilityReasonDetails":{"cooldownTime":"2013-02-30"}}]}
[null,null,["最后更新时间 (UTC):2025-08-13。"],[[["\u003cp\u003eThe Merchant API is the new version of the Content API for Shopping and represents the future of the platform.\u003c/p\u003e\n"],["\u003cp\u003eUse \u003ccode\u003eshoppingadsprogram.get\u003c/code\u003e to check the status of your Shopping ads for a specific region and address any issues.\u003c/p\u003e\n"],["\u003cp\u003eMerchants are responsible for complying with Shopping ads policies and may face enforcement actions for violations.\u003c/p\u003e\n"],["\u003cp\u003eAfter fixing issues, request a review of your Shopping Ads program for a specific region using \u003ccode\u003eshoppingadsprogram.requestreview\u003c/code\u003e (deprecated - Merchant Support service is now recommended).\u003c/p\u003e\n"]]],["The Merchant API beta, a new version of the Content API for Shopping, is introduced. The `shoppingadsprogram.get` method retrieves the current status of Shopping ads for a specific region, while `shoppingadsprogram` methods are used for Shopping Ads, not account-level issues. Merchants must comply with Shopping ads policies. To request a review via `shoppingadsprogram.requestreview`, merchants must have an address, a verified phone number, a claimed website, and uploaded products, after fixing all issues in a region.\n"],null,["# Shopping ads\n\nYou can use [`shoppingadsprogram.get`](/shopping-content/reference/rest/v2.1/shoppingadsprogram/get) to\nget the current status of your [Shopping\nads](/google-ads/api/docs/shopping-ads/overview) for a specific region.\n\nThe [`shoppingadsprogram`](/shopping-content/reference/rest/v2.1/shoppingadsprogram) methods apply to\nyour Shopping ads, not account level issues.\n\nSee the [free listings guide](/shopping-content/guides/review-free-listings) for\nproblems with [free\nlistings](https://support.google.com/merchants/answer/9199328), and the [Account\nStatuses guide](/shopping-content/guides/accountstatuses) for account\ninformation and issues.\n\nMerchants are responsible for complying with the [Shopping\nads](//support.google.com/merchants/answer/6149970) policies. Google Shopping\nreserves the right to enforce these policies and respond appropriately if we\nfind content or behavior that violates these policies.\n\nget\n---\n\nYou can use the [`shoppingadsprogram.get`](/shopping-content/reference/rest/v2.1/shoppingadsprogram/get)\nmethod to get the current status of your Shopping ads.\n\nThis method requires your `merchantId` and returns an instance of\n[`shoppingadsprogramstatus`](/shopping-content/reference/rest/v2.1/shoppingadsprogram#ShoppingAdsProgramStatus)\nwith the current status and review eligibility for that Shopping ads program. \n\n GET https://shoppingcontent.googleapis.com/content/v2.1/\u003cvar translate=\"no\"\u003emerchantId\u003c/var\u003e/shoppingadsprogram\n\nHere's a sample response: \n\n {\n \"globalState\": \"NOT_ENABLED\",\n \"regionStatuses\": [\n {\n \"regionCodes\": [\n \"US\"\n ],\n \"eligibilityStatus\": \"DISAPPROVED\",\n \"reviewIssues\": [\n \"editorial_and_professional_standards_destination_url_down_policy\"\n ],\n \"onboardingIssues\": [\n \"home_page_issue\"\n ],\n \"disapprovalDate\": \"2013-02-25\",\n \"reviewEligibilityStatus\": \"INELIGIBLE\",\n \"reviewIneligibilityReason\": \"IN_COOLDOWN_PERIOD\",\n \"reviewIneligibilityReasonDescription\": \"Cool down applies: Wait for one-week cool-down period to end before you can request a review from Google. End of cool down is 2013-02-30\",\n \"reviewIneligibilityReasonDetails\": {\n \"cooldownTime\": \"2013-02-30\"\n }\n }\n ]\n }\n\nThere are three cases where an issue has the severity `WARNING`:\n\n- Warnings that turn into disapprovals if you don't resolve them by the deadline.\n- Warnings that don't have a deadline or turn into disapprovals, but limit the impressions for your products.\n- Warnings that don't have a deadline and don't impact the impressions for your products.\n\nThis method returns errors and warnings if they require action to resolve, will\nbecome disapprovals, or impact impressions. Use [account\nstatuses](/shopping-content/guides/accountstatuses) to view all issues impacting\nan account, regardless of severity.\n\nrequestreview\n-------------\n\n| **Deprecated:** We recommend using the [Merchant Support\n| service](/shopping-content/guides/merchant-support) to view the status and request reviews of your products and account.\n\nMost issues require you to request a review after you fix them. You can use the\n[`shoppingadsprogram.requestreview`](/shopping-content/reference/rest/v2.1/shoppingadsprogram/requestreview)\nmethod to request a review after you've fixed the issues.\n\nYou need to do the following before you can request a review:\n\n- Have an [address](/shopping-content/reference/rest/v2.1/accounts#AccountAddress).\n- [Verify a phone number](/shopping-content/guides/phoneverification).\n- [Claim a website](//support.google.com/merchants/answer/176793).\n- [Upload products](/shopping-content/guides/products/overview).\n\nThis method requires your `merchantID` and\n[`regionCode`](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2), and doesn't\nreturn a response if completed successfully.\n**Note:** The review is of your entire Shopping Ads program for a specific region. Fix all issues for that region then raise a single review request. \n\n POST https://shoppingcontent.googleapis.com/content/v2.1/\u003cvar translate=\"no\"\u003emerchantId\u003c/var\u003e/shoppingadsprogram/requestreview\n\nAfter a successful request, the `eligibilityStatus`of your account changes to\n`PENDING_REVIEW`."]]