more features
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user