From ad05eccdc3c2c761cec6212acc2715c529df9c7a Mon Sep 17 00:00:00 2001 From: admin Date: Wed, 23 Jul 2025 04:34:34 +0300 Subject: [PATCH] Update proto definitions --- ozon/products.proto | 1 + 1 file changed, 1 insertion(+) diff --git a/ozon/products.proto b/ozon/products.proto index d4006fa..835e10a 100644 --- a/ozon/products.proto +++ b/ozon/products.proto @@ -107,6 +107,7 @@ message CreateOrUpdateProductsRequest{ int64 weight = 22; string weight_unit = 23; int64 width = 24; + string service_type = 25; } repeated Item items = 1;