Update proto definitions

This commit is contained in:
2025-07-23 05:03:55 +03:00
parent f647e98f21
commit eeb6f4cde4

View File

@@ -109,8 +109,8 @@ message CreateOrUpdateProductsRequest{
int64 width = 24;
string service_type = 25;
}
repeated Item items = 1;
int64 marketplace_id = 1;
repeated Item items = 2;
}
message CreateOrUpdateProductsResponse{