Update proto definitions

This commit is contained in:
2025-05-27 03:42:38 +03:00
parent b30d322774
commit c6df89a7a3

View File

@@ -10,7 +10,7 @@ service ProductsService {
}
message GetListOfProductsRequest{
int64 marketplace_id = 1; // Unique identifier for the marketplace
}
message GetListOfProductsResponse {
repeated Product products = 1;