Skip to content

Commit 4ae5f10

Browse files
Google APIscopybara-github
authored andcommitted
feat: a new optional field video_links is added to the .google.shopping.merchant.products.v1.ProductAttributes message
feat: a new optional field `annual_percentage_rate` is added to the `.google.shopping.merchant.products.v1.ProductInstallment` message docs: A comment for field `gtins` in message `.google.shopping.merchant.products.v1.ProductAttributes` is changed docs: A comment for field `mpn` in message `.google.shopping.merchant.products.v1.ProductAttributes` is changed PiperOrigin-RevId: 902670459
1 parent 16b4737 commit 4ae5f10

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

google/shopping/merchant/products/v1/products_common.proto

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -902,7 +902,7 @@ message ProductAttributes {
902902
optional string google_product_category = 25;
903903

904904
// Global Trade Item Numbers
905-
// ([GTIN](https://support.google.com/merchants/answer/188494#gtin)) of the
905+
// ([GTIN](https://support.google.com/merchants/answer/6324461)) of the
906906
// item.
907907
// You can provide up to 10 GTINs.
908908
repeated string gtins = 140;
@@ -915,7 +915,7 @@ message ProductAttributes {
915915
optional string material = 28;
916916

917917
// Manufacturer Part Number
918-
// ([MPN](https://support.google.com/merchants/answer/188494#mpn)) of the
918+
// ([MPN](https://support.google.com/merchants/answer/6324482)) of the
919919
// item.
920920
optional string mpn = 29;
921921

@@ -1229,6 +1229,12 @@ message ProductAttributes {
12291229

12301230
// The list of sustainability incentive programs.
12311231
repeated ProductSustainabilityIncentive sustainability_incentives = 138;
1232+
1233+
// Optional. A list of video URLs for the item. Use this attribute to provide
1234+
// more visuals for your product beyond your image attributes. See the [Help
1235+
// Center article](https://support.google.com/merchants/answer/15216925) for
1236+
// more information.
1237+
repeated string video_links = 169 [(google.api.field_behavior) = OPTIONAL];
12321238
}
12331239

12341240
// The ShippingWeight of the product.
@@ -1298,6 +1304,10 @@ message ProductInstallment {
12981304

12991305
// Type of installment payments.
13001306
optional CreditType credit_type = 4;
1307+
1308+
// Optional. Annual percentage rate for `credit_type` finance
1309+
optional double annual_percentage_rate = 5
1310+
[(google.api.field_behavior) = OPTIONAL];
13011311
}
13021312

13031313
// A message that represents loyalty points.

0 commit comments

Comments
 (0)