more features
All checks were successful
Build and Publish / BuildAndDeployAmd64 (push) Successful in 29s
Build and Publish / BuildAndDeploy (push) Successful in 2m23s

This commit is contained in:
matst80
2024-11-14 19:33:04 +01:00
parent d617fd9657
commit 3f6f78c839
5 changed files with 156 additions and 62 deletions

View File

@@ -10,9 +10,13 @@ message AddRequest {
message AddItem {
int32 Quantity = 2;
int64 Price = 3;
int64 OrgPrice = 9;
string Sku = 4;
string Name = 5;
string Image = 6;
int32 Stock = 7;
int32 Tax = 8;
string Disclaimer = 10;
}
message RemoveItem {
@@ -32,5 +36,3 @@ message SetDelivery {
message RemoveDelivery {
int64 Id = 1;
}