cart and checkout
This commit is contained in:
@@ -41,6 +41,8 @@ message AddItem {
|
||||
// custom_fields holds optional user-supplied input fields for this line
|
||||
// (e.g. engraving text, configurator notes), keyed by field name.
|
||||
map<string, string> custom_fields = 28;
|
||||
bool inventory_tracked = 29;
|
||||
bool drop_ship = 30;
|
||||
}
|
||||
|
||||
message RemoveItem { uint32 Id = 1; }
|
||||
|
||||
Reference in New Issue
Block a user