GET https://shoppingcontent.googleapis.com/content/v2.1/merchantId/products/productId
Xác minh rằng bạn nhận được mã trạng thái HTTP 200 và dữ liệu JSON cho
của Google.
Cập nhật sản phẩm
Tạo JSON mới cho một sản phẩm. Ví dụ: thay đổi một trường trong
JSON availability: in stock, đến availability: out of stock cho phần tử
sản phẩm bạn đã sử dụng để kiểm tra lệnh gọi insert.
Tạo một insert
yêu cầu
có dữ liệu sản phẩm mới và mã người bán của bạn:
POST https://shoppingcontent.googleapis.com/content/v2.1/merchantId/products
Xác minh rằng bạn nhận được mã trạng thái HTTP 200. Sau ít nhất năm
phút, bạn có thể thực hiện một yêu cầu get khác để xác nhận giá trị đã cập nhật,
Đã áp dụng availability: out of stock.
[[["Dễ hiểu","easyToUnderstand","thumb-up"],["Giúp tôi giải quyết được vấn đề","solvedMyProblem","thumb-up"],["Khác","otherUp","thumb-up"]],[["Thiếu thông tin tôi cần","missingTheInformationINeed","thumb-down"],["Quá phức tạp/quá nhiều bước","tooComplicatedTooManySteps","thumb-down"],["Đã lỗi thời","outOfDate","thumb-down"],["Vấn đề về bản dịch","translationIssue","thumb-down"],["Vấn đề về mẫu/mã","samplesCodeIssue","thumb-down"],["Khác","otherDown","thumb-down"]],["Cập nhật lần gần đây nhất: 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."]]],[]]