refactor
This commit is contained in:
@@ -66,6 +66,9 @@ type Line struct {
|
||||
// Location is the inventory location / store id to commit against (empty =
|
||||
// order country). Carried through to the order.created event for commit.
|
||||
Location string `json:"location,omitempty"`
|
||||
// DropShip marks items fulfilled by the supplier; the inventory reactor
|
||||
// must skip the stock decrement. Set from the cart item at order creation.
|
||||
DropShip bool `json:"drop_ship,omitempty"`
|
||||
// Fulfilled tracks how many units of this line have shipped.
|
||||
Fulfilled int `json:"fulfilled"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user