Update proto definitions
This commit is contained in:
@@ -42,8 +42,8 @@ message DeleteProductsRequest {
|
||||
int64 product_id = 1;
|
||||
string offer_id = 2;
|
||||
}
|
||||
|
||||
repeated Item items = 1;
|
||||
int64 marketplace_id = 1;
|
||||
repeated Item items = 2;
|
||||
}
|
||||
|
||||
message DeleteProductsResponse {
|
||||
@@ -53,8 +53,8 @@ message DeleteProductsResponse {
|
||||
string offer_id = 2;
|
||||
bool is_deleted = 3;
|
||||
}
|
||||
|
||||
repeated Item items = 1;
|
||||
int64 marketplace_id = 1;
|
||||
repeated Item items = 2;
|
||||
}
|
||||
|
||||
message Product {
|
||||
|
||||
Reference in New Issue
Block a user