GET https://shoppingcontent.googleapis.com/content/v2.1/merchantId/products/productId
पुष्टि करें कि आपको HTTP 200 स्थिति कोड और
प्रॉडक्ट.
प्रॉडक्ट अपडेट करें
किसी प्रॉडक्ट के लिए नया JSON बनाएं. उदाहरण के लिए,
JSON को availability: in stock, availability: out of stock के लिए
प्रॉडक्ट का इस्तेमाल किया गया था, जिसका इस्तेमाल आपने insert कॉल की जांच करने के लिए किया था.
POST https://shoppingcontent.googleapis.com/content/v2.1/merchantId/products
पुष्टि करें कि आपको HTTP 200 स्टेटस कोड मिल रहा है. कम से कम पांच बजे के बाद
मिनट, अपडेट की गई वैल्यू की पुष्टि करने के लिए, get का दूसरा अनुरोध किया जा सकता है.
availability: out of stock को लागू किया गया.
[[["समझने में आसान है","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-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."]]],[]]