GET https://shoppingcontent.googleapis.com/content/v2.1/merchantId/products/productId
بررسی کنید که کد وضعیت HTTP 200 و دادههای JSON محصول را دریافت میکنید.
یک محصول را به روز کنید
JSON جدید را برای یک محصول بسازید. به عنوان مثال، یک فیلد را در JSON availability: in stock ، به availability: out of stock برای محصولی که برای آزمایش insert تماس استفاده کردید، تغییر دهید.
با اطلاعات محصول جدید و شناسه فروشنده خود، درخواست insert کنید:
POST https://shoppingcontent.googleapis.com/content/v2.1/merchantId/products
بررسی کنید که کد وضعیت HTTP 200 را دریافت کرده اید. پس از حداقل پنج دقیقه، میتوانید درخواست get دیگری را برای تأیید ارزش بهروزرسانی شده ارسال کنید، availability: out of stock ، اعمال شد.
تاریخ آخرین بهروزرسانی 2024-11-11 بهوقت ساعت هماهنگ جهانی.
[[["درک آسان","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"]],["تاریخ آخرین بهروزرسانی 2024-11-11 بهوقت ساعت هماهنگ جهانی."],[[["This page provides examples of how to interact with the `products` resource using the Content API for Shopping."],["You can add a new product by constructing valid JSON and making an `insert` request."],["View an existing product using a `get` request with your merchant ID and the product ID."],["Update a product's information by making an `insert` request with the updated JSON data."],["Delete a product using a `delete` request with your merchant ID and the product ID."]]],[]]