Usuń linki
Sprzedawcy mogą usunąć link.
w dowolnym momencie na karcie Partnerzy.
w Google Merchant Center. Partnerzy mogą usuwać linki automatycznie za pomocą
Działanie remove
komponentu accounts.link
. Usunięte połączenie nie istnieje i trzeba go ponownie wysłać.
i ponownie zatwierdzone.
Tak samo jak działania approve
mogą wybiórczo wybierać, które services
mają
aktywuj, działanie remove
może też działać na podzbiorze listy services
.
Przykład
Kontynuując przykład z poprzednich sekcji: konto sprzedawcy 98765
może usunąć link do partnera 123456789
, wysyłając prośbę określającą
"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: 2024-08-29 UTC.
[null,null,["Ostatnia aktualizacja: 2024-08-29 UTC."],[[["The Merchant API is the new version of the Content API for Shopping and represents the future of the platform."],["Merchants can remove account links via the Google Merchant Center or programmatically using the `accounts.link` method's `remove` action."],["Removed links cease to exist and require re-requesting and re-approval for reinstatement."],["Similar to `approve` actions, `remove` actions offer granular control, allowing for the selection of specific services to be deactivated."]]],["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"]]