يجب أن يكون حساب التاجر مسجّلاً في برنامج البيانات المجانية.
اطّلِع على واجهة مستخدم Google Merchant Center لمعرفة ما إذا كنت مسجّلاً في
برنامج البيانات المجانية. إذا لم تكن مسجّلاً، أكمِل خطوات تسجيل الاشتراك في البيانات
المجانية. استخدِم التنسيق التالي لعناوين URL للدفع:
https://mystore.com/path-to-product/{id}
عندما ينقر عميل على عنوان URL الخاص بالدفع في بياناتك المجانية، يتم تلقائيًا استبدال {id}
برمز offerId الخاص بالمنتج.
إضافة عنوان URL الخاص بالدفع
يمكنك استخدام
freelistingsprogram.checkoutsettings.insert لإضافة نموذج عنوان URL للدفع أو تعديله. تعمل هذه الدعوة على تعديل نموذج عنوان URL
لصفحة الدفع على مستوى الحساب، وتفعيل جميع العروض الصالحة في ميزة
الدفع.
POST https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/freelistingsprogram/checkoutsettings
يمكنك استخدام
freelistingsprogram.checkoutsettings.get
لعرض عنوان URL الحالي للدفع. get للقراءة فقط، ويتطلب
merchantId. تُرجع الطريقة get المورد checkout المقابل.
GET https://shoppingcontent.googleapis.com/content/v2.1/{merchantId}/freelistingsprogram/checkoutsettings
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","easyToUnderstand","thumb-up"],["ساعَدني المحتوى في حلّ مشكلتي.","solvedMyProblem","thumb-up"],["غير ذلك","otherUp","thumb-up"]],[["لا يحتوي على المعلومات التي أحتاج إليها.","missingTheInformationINeed","thumb-down"],["الخطوات معقدة للغاية / كثيرة جدًا.","tooComplicatedTooManySteps","thumb-down"],["المحتوى قديم.","outOfDate","thumb-down"],["ثمة مشكلة في الترجمة.","translationIssue","thumb-down"],["مشكلة في العيّنات / التعليمات البرمجية","samplesCodeIssue","thumb-down"],["غير ذلك","otherDown","thumb-down"]],["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[[["Google is introducing the Merchant API beta, the new version of the Content API for Shopping."],["Use the `checkoutSettings` attribute to add a checkout link directly to your free listings, enhancing the customer shopping experience."],["To utilize `checkoutSettings`, you need an active product feed in Google Merchant Center and be enrolled in the free listings program."],["Implement the checkout feature by adding or updating your checkout URL template using the provided API calls, allowing customers to purchase directly from your free listings."],["Manage your checkout URL by viewing, updating, or removing it via the respective API calls, giving you control over the checkout process for your free listings."]]],["The Merchant API beta, a new version of the Content API for Shopping, is introduced. To use `checkoutSettings` for free listings, users need an active product feed and enrollment in the free listings program. Merchants can add or update their checkout URL templates using `freelistingsprogram.checkoutsettings.insert`, view existing URLs with `get`, and remove them with `delete`. The checkout URL directs customers to a product's checkout page, automatically replacing `{id}` with the product's `offerId`.\n"]]