لتحميل إدخال منتج إلى حسابك على Merchant Center إذا كان هناك إدخال يتضمّن لغة المحتوى ومعرّف العرض وبيانات المصدر نفسها، تستبدل هذه الطريقة هذا الإدخال.
بعد إدخال بيانات منتج أو تعديلها أو حذفها، قد يستغرق استرجاع المنتج الذي تمت معالجته عدة دقائق.
طلب HTTP
POST https://merchantapi.googleapis.com/products/v1beta/{parent=accounts/*}/productInputs:insert
تاريخ التعديل الأخير: 2025-02-06 (حسب التوقيت العالمي المتفَّق عليه)
[[["يسهُل فهم المحتوى.","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-02-06 (حسب التوقيت العالمي المتفَّق عليه)"],[[["This method uploads a product input to your Merchant Center account, replacing existing entries with the same contentLanguage, offerId, and dataSource."],["The product input can be inserted into a specified account using the `POST` method and may take several minutes to be processed and retrievable."],["Requests require specifying the parent account and dataSource via path and query parameters, respectively, with the body containing the ProductInput."],["Successful responses return the inserted ProductInput object, and authorization necessitates the `https://www.googleapis.com/auth/content` scope."]]],["This describes the process of uploading a product input to a Merchant Center account via a POST request. The request requires a `parent` path parameter specifying the account and a `dataSource` query parameter. The request body contains `ProductInput` data, and if successful, the response body will also contain `ProductInput`. The upload may replace an existing entry if it shares `contentLanguage`, `offerId`, and `dataSource`. Processing can take several minutes. The API method is authorized by `https://www.googleapis.com/auth/content` scope.\n"]]