@shopby/shop-sdk 1.78.74 → 1.78.75
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -358,6 +358,8 @@ export interface ExtraProductFlatOption {
|
|
|
358
358
|
buyPrice: number;
|
|
359
359
|
stockCnt: number;
|
|
360
360
|
saleType: OptionSaleType;
|
|
361
|
+
forcedSoldOut: boolean;
|
|
362
|
+
reservationStockCnt: number;
|
|
361
363
|
}
|
|
362
364
|
export interface ExtraProductMultiLevelOptionBase {
|
|
363
365
|
optionName: string;
|