Compare commits

..

1 Commits

Author SHA1 Message Date
c6df89a7a3 Update proto definitions 2025-05-27 03:42:38 +03:00

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;