diff --git a/wb/products.proto b/wb/products.proto index e58caa4..e362ee5 100644 --- a/wb/products.proto +++ b/wb/products.proto @@ -29,8 +29,9 @@ message Product { message Dimensions { int64 length = 1; int64 width = 2; - float weightBrutto = 3; - bool isValid = 4; + int64 height = 3; + float weightBrutto = 4; + bool isValid = 5; } int64 nmID = 1;