rocket
نقدّم لك
Merchant API
التي تحلّ رسميًا محلّ Content API في Shopping.
updateالاطّلاع على آخر الأخبار
بشأن الميزات الجديدة وإصلاحات الأخطاء وتحديثات الإصدارات من Merchant API
point_of_sale
تعرَّف على كيفية إدارة نشاطك التجاري ومنتجاتك على Google وكيفية الحصول على إذن وصول آلي إلى البيانات والإحصاءات والميزات الفريدة على نطاق واسع.
ابدأ استخدام Merchant API اليوم.
تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
ملخّص
بعض بيانات المنتجات، مثل السعر ومدى التوفّر، تتغير بشكل طبيعي مع مرور الوقت.
يجب الحفاظ على خلاصة منتجاتك بانتظام للحفاظ على هذه المعلومات
مُحدّثة.
يمكنك استخدام الخلاصات التكميلية وProducts API لتعديل بيانات المنتجات. يمكن إنشاء الخلاصات التكميلية في واجهة مستخدم Merchant Center فقط، ويجب ربطها بخلاصة أساسية.
الخطوات اليدوية
للحفاظ على المستودع الإعلاني من خلال الخلاصات التكميلية، يمكنك الاطّلاع على القسم إنشاء خلاصة
تكميليّة.
يمكنك أيضًا استخدام ميزة التعديلات التلقائية على بيانات السلع لتعديل معلومات السعر ومدى التوفّر باستمرار. يمكن لخدمة Merchant Center استخدام البيانات المنظَّمة المضمَّنة من موقعك الإلكتروني لتعديل المنتجات إذا كان السعر أو مدى التوفّر يختلف عن المعلومات المخزَّنة حاليًا في Merchant Center.
تم تصميم ميزة "التعديلات التلقائية على بيانات السلع" لحلّ المشاكل البسيطة المتعلقة
بسعر المنتج ومدى توفّره، وليس لتكون الطريقة الرئيسية لتعديل بيانات المنتجات. ويجب استخدامها إلى جانب الخلاصات التكميلية وContent API.
لتعديل معلومات المنتجات باستخدام Content API for Shopping، يمكنك استخدام Products API.
يمكنك استخدام الطريقتين insert وupdate لإنشاء
عناصر فردية وتعديلها.
كما هو الحال مع إدخالات المنتج وتحديثاته، يمكن دمج تحديثات المستودع المتعددة في طلب بيانات واحد من Content API for Shopping باستخدام الطريقة products.custombatch.
تاريخ التعديل الأخير: 2025-08-31 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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-08-31 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eProduct data like price and availability requires regular updates to stay current.\u003c/p\u003e\n"],["\u003cp\u003eSupplemental feeds, created through the Merchant Center UI and linked to a primary feed, offer a way to update product data.\u003c/p\u003e\n"],["\u003cp\u003eAutomatic item updates provide a way to fix minor discrepancies in price and availability by utilizing structured data from your website.\u003c/p\u003e\n"],["\u003cp\u003eThe Products API allows for programmatic updates of product information, including using methods for creating, updating, and batching changes.\u003c/p\u003e\n"]]],[],null,["# Maintain a product feed\n\nSummary\n-------\n\nSome product data, like price and availability, naturally changes over time.\nYou need to maintain your product feed regularly to keep this information\nup-to-date.\n\nYou can use supplemental feeds and the [Products API](/shopping-content/guides/products/products-api) to update product\ndata. Supplemental feeds can only be created in the\n[Merchant Center UI](https://merchants.google.com), and they must be linked to a primary\nfeed.\n\nManual steps\n------------\n\nTo maintain your inventory with supplemental feeds, see [Create a supplemental\nfeed](//support.google.com/merchants/answer/7439058#supplemental).\n\nYou can also use [automatic item updates](//support.google.com/merchants/answer/3246284) to keep\nprice and availability information up-to-date. Merchant Center can use embedded\nstructured data from your website to update products if the price or\navailability differs from the information currently stored in the Merchant Center.\n\nAutomatic item updates are designed to fix small problems with product\nprice and availability, not to be the main method of updating product data. You\nshould use them in addition to supplemental feeds and the Content API.\n\nTo enable automatic item updates, follow the steps in\n[About automatic item updates](//support.google.com/merchants/answer/3246284).\n\nAutomatic steps\n---------------\n\nTo update information product information with the Content API for Shopping,\nuse the [Products API](/shopping-content/guides/products/products-api).\n\nYou can use the [`insert`](/shopping-content/guides/products/products-api#productsinsert) and [`update`](/shopping-content/guides/products/products-api#productsupdate) methods to create and update\nindividual items.\n\nLike product inserts and updates, multiple inventory updates can be batched into\na single Content API for Shopping call using the [`products.custombatch`](/shopping-content/reference/rest/v2.1/products/custombatch) method."]]