Update proto definitions
This commit is contained in:
@@ -10,7 +10,7 @@ service ProductsService {
|
|||||||
}
|
}
|
||||||
|
|
||||||
message GetListOfProductsRequest{
|
message GetListOfProductsRequest{
|
||||||
|
int64 marketplace_id = 1; // Unique identifier for the marketplace
|
||||||
}
|
}
|
||||||
message GetListOfProductsResponse {
|
message GetListOfProductsResponse {
|
||||||
repeated Product products = 1;
|
repeated Product products = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user