GET https://shoppingcontent.googleapis.com/content/v2.1/merchantId/products/productId
Verifica di ricevere un codice di stato HTTP 200 e i dati JSON per
prodotto.
Aggiornare un prodotto
Crea il nuovo JSON per un prodotto. Ad esempio, modifica un singolo campo
JSON availability: in stock, in availability: out of stock per il
prodotto usato per testare la chiamata insert.
Crea un insert
richiesta
con i nuovi dati di prodotto e il tuo ID commerciante:
POST https://shoppingcontent.googleapis.com/content/v2.1/merchantId/products
Verifica di ricevere un codice di stato HTTP 200. Dopo almeno cinque
minuti, puoi effettuare un'altra richiesta get per confermare il valore aggiornato,
availability: out of stock applicata.
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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."]]],[]]