rocket
隆重推出
Merchant API - Content API for Shopping 的正式替代方案。
update
获取最新资讯,了解 Merchant API 的新功能、问题修复和更新。
add_alert
注意:Content API for Shopping 将于 2026 年 8 月 18 日停用。
Usuń linki
Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
Sprzedawcy mogą w każdej chwili usunąć połączenie, otwierając kartę Partnerzy w Google Merchant Center. Partnerzy mogą usuwać linki programowo za pomocą działania remove
metody accounts.link
. Po usunięciu linku nie będzie on już istniał. Musisz ponownie przesłać prośbę o jego utworzenie i ponownie uzyskać zgodę.
Podobnie jak działania approve
mogą selektywnie wybierać, które services
mają być aktywne, działanie remove
może też działać na podzbiór listy services
.
Przykład
Kontynuując przykład z poprzednich sekcji, konto sprzedawcy 98765
może usunąć połączenie z partnerem 123456789
, wysyłając żądanie określające
"action": "remove"
.
POST https://shoppingcontent.googleapis.com/content/v2.1/98765/accounts/98765/link
{
"linkedAccountId": "123456789",
"linkType": "eCommercePlatform",
"services": ["shoppingAdsProductManagement"],
"action": "remove"
}
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-08-13 UTC.
[null,null,["Ostatnia aktualizacja: 2025-08-13 UTC."],[],["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,[]]