@be-link/ecommerce-product-service-node-sdk 0.1.7 → 0.1.9
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.
|
@@ -38,6 +38,8 @@ export declare namespace ProductService {
|
|
|
38
38
|
bindSkus: BindSku[];
|
|
39
39
|
/** 多SKU编码 */
|
|
40
40
|
multiSkuCodes: string[];
|
|
41
|
+
/** 是否展示绑定子商品 1展示,0不展示 */
|
|
42
|
+
showBindSkus: number;
|
|
41
43
|
}
|
|
42
44
|
/**
|
|
43
45
|
* 核销期限接口
|
|
@@ -494,6 +496,8 @@ export declare namespace ProductService {
|
|
|
494
496
|
skuId: string;
|
|
495
497
|
/** 是否售罄 */
|
|
496
498
|
soldOut: boolean;
|
|
499
|
+
/** 库存数量 */
|
|
500
|
+
quantity: number;
|
|
497
501
|
}
|
|
498
502
|
interface getProductSkuInfo {
|
|
499
503
|
/** 商品信息 */
|