feature/limit-create-order-based-warehouse-conditions #173
|
@ -67,6 +67,8 @@ type WarehouseOrder struct {
|
|||
LimitNumberOfPurchases int64 `json:"limitNumberOfPurchases"`
|
||||
NotifyOnNewOrder WarehouseConfigNotifyOnNewOrder `json:"notifyOnNewOrder"`
|
||||
LabelSize string `json:"labelSize"`
|
||||
MaximumOrderValue float64 `json:"maximumOrderValue"`
|
||||
MaximumNumberPerBuyerEachMonth float64 `json:"maximumNumberPerBuyerEachMonth"`
|
||||
}
|
||||
|
||||
// WarehouseConfigNotifyOnNewOrder ...
|
||||
|
|
Loading…
Reference in New Issue