GET https://shoppingcontent.googleapis.com/content/v2.1/merchantId/products/productId
Sprawdź, czy otrzymujesz kod stanu HTTP 200 i dane JSON dla
usługi.
Aktualizowanie produktu
Utwórz nowy plik JSON dla produktu. Na przykład zmień jedno pole w
availability: in stock JSON do availability: out of stock dla
Usługa użyta do przetestowania wywołania insert.
Utwórz insert
prośba
z nowymi danymi produktów i identyfikatorem sprzedawcy:
POST https://shoppingcontent.googleapis.com/content/v2.1/merchantId/products
Sprawdź, czy otrzymujesz kod stanu HTTP 200. Po co najmniej 5
możesz wysłać kolejną prośbę get, aby potwierdzić zaktualizowaną wartość,
Zastosowano availability: out of stock.
[[["Łatwo zrozumieć","easyToUnderstand","thumb-up"],["Rozwiązało to mój problem","solvedMyProblem","thumb-up"],["Inne","otherUp","thumb-up"]],[["Brak potrzebnych mi informacji","missingTheInformationINeed","thumb-down"],["Zbyt skomplikowane / zbyt wiele czynności do wykonania","tooComplicatedTooManySteps","thumb-down"],["Nieaktualne treści","outOfDate","thumb-down"],["Problem z tłumaczeniem","translationIssue","thumb-down"],["Problem z przykładami/kodem","samplesCodeIssue","thumb-down"],["Inne","otherDown","thumb-down"]],["Ostatnia aktualizacja: 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."]]],[]]