/resources/shopping_product.proto

--- 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).