GET https://shoppingcontent.googleapis.com/content/v2.1/merchantId/products/productId
HTTP 200 durum kodu ve
belirler.
Ürün güncelleme
Bir ürün için yeni JSON dosyası oluşturun. Örneğin, şuradaki tek bir alanı değiştirin:
JSON availability: in stock, şunun için availability: out of stockinsert görüşmesini test etmek için kullandığınız ürün.
POST https://shoppingcontent.googleapis.com/content/v2.1/merchantId/products
HTTP 200 durum kodu aldığınızı doğrulayın. En az beş gün sonra
dakika içinde, güncellenen değeri onaylamak için başka bir get isteğinde bulunabilirsiniz.
availability: out of stock uygulandı.
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 2024-08-22 UTC."],[[["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."]]],[]]