update storeid stuff
This commit is contained in:
@@ -35,6 +35,7 @@ message AddItem {
|
||||
string sellerName = 20;
|
||||
string country = 21;
|
||||
optional string outlet = 12;
|
||||
optional string storeId = 22;
|
||||
}
|
||||
|
||||
message RemoveItem {
|
||||
@@ -91,4 +92,4 @@ message CreateCheckoutOrder {
|
||||
message OrderCreated {
|
||||
string orderId = 1;
|
||||
string status = 2;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user