@be-link/ecommerce-product-service-node-sdk 0.1.6 → 0.1.8
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.
|
@@ -494,6 +494,8 @@ export declare namespace ProductService {
|
|
|
494
494
|
skuId: string;
|
|
495
495
|
/** 是否售罄 */
|
|
496
496
|
soldOut: boolean;
|
|
497
|
+
/** 库存数量 */
|
|
498
|
+
quantity: number;
|
|
497
499
|
}
|
|
498
500
|
interface getProductSkuInfo {
|
|
499
501
|
/** 商品信息 */
|
|
@@ -586,6 +588,8 @@ export declare namespace ProductService {
|
|
|
586
588
|
skuId: string;
|
|
587
589
|
/** 商品名称 */
|
|
588
590
|
productName: string;
|
|
591
|
+
/** 商品图片 */
|
|
592
|
+
productImage: string;
|
|
589
593
|
/** 商品分类 */
|
|
590
594
|
classification: string;
|
|
591
595
|
/** 数量 */
|