--- v22/resources/shopping_product.proto 2026-01-23 15:36:23.000000000 +0000 +++ v23/resources/shopping_product.proto 2026-01-23 15:36:31.000000000 +0000 @@ -148,6 +148,10 @@ // Output only. The brand of the product as provided by the merchant. optional string brand = 9 [(google.api.field_behavior) = OUTPUT_ONLY]; + // Output only. The URI of the product image as provided by the merchant. + optional string product_image_uri = 36 + [(google.api.field_behavior) = OUTPUT_ONLY]; + // Output only. The price of the product in micros as provided by the // merchant, in the currency specified in `currency_code` (e.g. $2.97 is // reported as 2970000).
/resources/shopping_product.proto
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-01-23 UTC.