rocket
Meet
Merchant API
- the official successor to Content API for Shopping.
update
עדכונים אחרונים
לגבי תכונות חדשות, תיקוני באגים וגרסאות חדשות של Merchant API
add_alert
הערה: אנחנו נוציא משימוש את Content API for Shopping ב-18 באוגוסט 2026.
הסרת קישורים
קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
מוֹכרים יכולים להסיר קישור בכל שלב דרך הכרטיסייה שותפים ב-Google Merchant Center. שותפים יכולים להסיר קישורים באופן פרוגרמטי באמצעות הפעולה remove
של השיטה accounts.link
. אחרי שמסירים קישור, הוא לא קיים יותר וצריך לבקש אותו מחדש ולקבל אישור מחדש.
בדומה לפעולות 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 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-08-13 (שעון UTC).
[null,null,["עדכון אחרון: 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,[]]