update cart
Some checks failed
Build and Publish / BuildAndDeploy (push) Successful in 3m36s
Build and Publish / BuildAndDeployAmd64 (push) Has been cancelled

This commit is contained in:
matst80
2025-05-03 22:00:19 +02:00
parent dfbc2c31d4
commit f10769f0a5
3 changed files with 190 additions and 87 deletions

View File

@@ -12,6 +12,7 @@ message SetCartRequest {
}
message AddItem {
int64 item_id = 1;
int32 quantity = 2;
int64 price = 3;
int64 orgPrice = 9;
@@ -20,6 +21,12 @@ message AddItem {
string image = 6;
int32 stock = 7;
int32 tax = 8;
string brand = 13;
string category = 14;
string category2 = 15;
string category3 = 16;
string category4 = 17;
string category5 = 18;
string disclaimer = 10;
string articleType = 11;
optional string outlet = 12;