diff --git a/ozon/products.proto b/ozon/products.proto index dfa9e45..a7667a8 100644 --- a/ozon/products.proto +++ b/ozon/products.proto @@ -120,6 +120,7 @@ message ProductAttributes { string primary_image = 13; Model_info model_info = 15; repeated string images = 16; + repeated string pdf_list = 17; repeated Attributes attributes = 18; repeated int64 attributes_with_defaults = 19; string color_image = 21;