add country
Some checks failed
Build and Publish / BuildAndDeploy (push) Successful in 4m29s
Build and Publish / BuildAndDeployAmd64 (push) Has been cancelled

This commit is contained in:
2025-09-28 09:41:07 +02:00
parent 5c7b8d87e8
commit 8c8ff75b2d
6 changed files with 236 additions and 141 deletions

View File

@@ -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;
}