diff --git a/ozon/products.proto b/ozon/products.proto index 33b1706..d619631 100644 --- a/ozon/products.proto +++ b/ozon/products.proto @@ -114,7 +114,7 @@ message CreateOrUpdateProductsRequest{ } message CreateOrUpdateProductsResponse{ - repeated string task_id = 1; + repeated int64 task_id = 1; } message Product { int64 id = 1;