add country
This commit is contained in:
@@ -5,6 +5,8 @@ option go_package = ".;messages";
|
||||
message AddRequest {
|
||||
int32 quantity = 1;
|
||||
string sku = 2;
|
||||
string country = 3;
|
||||
optional string storeId = 4;
|
||||
}
|
||||
|
||||
message SetCartRequest {
|
||||
@@ -31,6 +33,7 @@ message AddItem {
|
||||
string articleType = 11;
|
||||
string sellerId = 19;
|
||||
string sellerName = 20;
|
||||
string country = 21;
|
||||
optional string outlet = 12;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user