rocket
मिलें
Merchant API
से. यह Content API for Shopping की जगह लेने वाला आधिकारिक एपीआई है.
update
Merchant API की नई सुविधाओं, गड़बड़ियों को ठीक करने के तरीके, और अपडेट के बारे में
अपडेट पाएं.
add_alert
ध्यान दें: Content API for Shopping, 18 अगस्त, 2026 को बंद हो जाएगा.
लिंक हटाना
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
कारोबारी या कंपनियां, Google Merchant Center में पार्टनर टैब पर जाकर, किसी भी समय लिंक हटा सकती हैं. पार्टनर, प्रोग्राम के हिसाब से लिंक हटा सकते हैं. इसके लिए, उन्हें accounts.link
तरीके के remove
ऐक्शन का इस्तेमाल करना होगा. किसी लिंक को हटाने के बाद, वह मौजूद नहीं रहता. इसलिए, आपको फिर से अनुरोध करना होगा और अनुमति लेनी होगी.
जिस तरह approve
कार्रवाइयां, चुनिंदा services
को चालू करने के लिए चुन सकती हैं उसी तरह remove
कार्रवाई भी services
सूची के सबसेट पर काम कर सकती है.
उदाहरण
पिछले सेक्शन में दिए गए उदाहरण के मुताबिक, कारोबारी या कंपनी का खाता 98765
, पार्टनर 123456789
से लिंक किए गए खाते को हटाने का अनुरोध भेज सकता है. इसके लिए, उसे "action": "remove"
की जानकारी देनी होगी.
POST https://shoppingcontent.googleapis.com/content/v2.1/98765/accounts/98765/link
{
"linkedAccountId": "123456789",
"linkType": "eCommercePlatform",
"services": ["shoppingAdsProductManagement"],
"action": "remove"
}
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-08-13 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 2025-08-13 (UTC) को अपडेट किया गया."],[[["\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\u003eMerchants can remove account links via the Google Merchant Center or programmatically using the \u003ccode\u003eaccounts.link\u003c/code\u003e method's \u003ccode\u003eremove\u003c/code\u003e action.\u003c/p\u003e\n"],["\u003cp\u003eRemoved links cease to exist and require re-requesting and re-approval for reinstatement.\u003c/p\u003e\n"],["\u003cp\u003eSimilar to \u003ccode\u003eapprove\u003c/code\u003e actions, \u003ccode\u003eremove\u003c/code\u003e actions offer granular control, allowing for the selection of specific services to be deactivated.\u003c/p\u003e\n"]]],["The beta version of the Merchant API, the new Content API for Shopping, is introduced. Merchants can remove links with partners via the \"Partners\" tab in Google Merchant Center. Partners can programmatically remove links using the `accounts.link` method's `remove` action. The `remove` action, like `approve`, can target specific services. An example illustrates removing a link to a partner, using the POST method, including the linked account ID, link type, specific service and action.\n"],null,["# Remove links\n\nMerchants can [remove a link](//support.google.com/merchants/answer/9440376)\nat any time by visiting the **Partners** tab\nin Google Merchant Center. Partners can remove links programmatically using the\n`remove` action of the [`accounts.link`](/shopping-content/reference/rest/v2.1/accounts/link)\nmethod. Once a link is removed, it no longer exists and must be re-requested\nand re-approved again.\n\nJust as [`approve`](/shopping-content/guides/flagging/approve) actions can selectively choose which `services` to\nmake active, a `remove` action can also act on a subset of the `services` list.\n\nExample\n-------\n\nContinuing the example from the previous sections, a merchant account `98765`\ncan remove the link to partner `123456789` by sending a request specifying\n`\"action\": \"remove\"`. \n\n POST https://shoppingcontent.googleapis.com/content/v2.1/98765/accounts/98765/link\n {\n \"linkedAccountId\": \"123456789\",\n \"linkType\": \"eCommercePlatform\",\n \"services\": [\"shoppingAdsProductManagement\"],\n \"action\": \"remove\"\n }"]]