Update proto definitions

This commit is contained in:
2025-07-15 20:38:44 +03:00
parent 2c4ca98d2d
commit 14c853ae3a

View File

@@ -14,6 +14,9 @@ message GetProductsRequest {
message Product { message Product {
message Size{ message Size{
repeated string skus = 1; repeated string skus = 1;
int64 chrtID = 2;
string techSize = 3;
string wbSize = 4;
} }
int64 nmID = 1; int64 nmID = 1;
int64 subjectID = 2; int64 subjectID = 2;