Aggiornamento modifiche preOrdini
This commit is contained in:
@@ -22,8 +22,11 @@ export interface IProduct {
|
||||
color?: string,
|
||||
size?: string,
|
||||
quantityAvailable?: number,
|
||||
bookableAvailableQty?: number,
|
||||
QuantitaOrdinateInAttesa?: number,
|
||||
stockQty?: number,
|
||||
QuantitaPrenotateInAttesa?: number,
|
||||
stockQty: number,
|
||||
bookableQty: number,
|
||||
canBeShipped?: boolean,
|
||||
canBeBuyOnline?: boolean,
|
||||
weight?: number,
|
||||
@@ -54,6 +57,7 @@ export interface IOrder {
|
||||
color?: string
|
||||
size?: string
|
||||
quantity: number
|
||||
quantitypreordered: number
|
||||
weight?: number
|
||||
stars?: number
|
||||
product?: IProduct
|
||||
|
||||
Reference in New Issue
Block a user