diff --git a/wb/products.proto b/wb/products.proto index e362ee5..2a68fad 100644 --- a/wb/products.proto +++ b/wb/products.proto @@ -42,6 +42,9 @@ message Product { repeated Photo photos = 6; Dimensions dimensions = 7; string title = 8; + string brand = 9; + string description = 10; + } message GetProductsResponse { repeated Product products = 1;