Add CategoryId filter to product query and proto
This commit is contained in:
@@ -130,6 +130,7 @@ message GetAllProductsByFilterFilter
|
||||
google.protobuf.Int32Value sale_count = 11;
|
||||
google.protobuf.Int32Value view_count = 12;
|
||||
google.protobuf.Int32Value remaining_count = 13;
|
||||
google.protobuf.Int64Value category_id = 14;
|
||||
}
|
||||
message GetAllProductsByFilterResponse
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user