إزالة الروابط
يمكن للتجّار إزالة رابط
في أي وقت من خلال الانتقال إلى علامة تبويب الشركاء.
في 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 و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-08-29 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-08-29 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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"]]