From 14c853ae3a85b247348d2d99dde84e721d1fa356 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 15 Jul 2025 20:38:44 +0300 Subject: [PATCH] Update proto definitions --- wb/products.proto | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wb/products.proto b/wb/products.proto index 98438d6..c839ab7 100644 --- a/wb/products.proto +++ b/wb/products.proto @@ -14,6 +14,9 @@ message GetProductsRequest { message Product { message Size{ repeated string skus = 1; + int64 chrtID = 2; + string techSize = 3; + string wbSize = 4; } int64 nmID = 1; int64 subjectID = 2;