update storeid stuff
All checks were successful
Build and Publish / BuildAndDeploy (push) Successful in 4m12s
Build and Publish / BuildAndDeployAmd64 (push) Successful in 51s

This commit is contained in:
matst80
2025-10-10 06:16:46 +00:00
parent 92ebb49b09
commit f735540c3d
3 changed files with 24 additions and 9 deletions

View File

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