@be-link/ecommerce-product-service-node-sdk 0.1.3 → 0.1.5
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.
|
@@ -133,7 +133,7 @@ export declare namespace ProductService {
|
|
|
133
133
|
/** 三级分类ID */
|
|
134
134
|
threeCategoryId: string;
|
|
135
135
|
/** 提货方式 */
|
|
136
|
-
pickType
|
|
136
|
+
pickType?: string;
|
|
137
137
|
/** 发货方式 */
|
|
138
138
|
dispatchType?: string;
|
|
139
139
|
/** 存储方式 */
|
|
@@ -472,6 +472,8 @@ export declare namespace ProductService {
|
|
|
472
472
|
visibleStores: string[] | null;
|
|
473
473
|
/** 门店不可见范围和可见互斥 */
|
|
474
474
|
invisibleStores: string[] | null;
|
|
475
|
+
/** 是否会员商品 */
|
|
476
|
+
isMember?: boolean;
|
|
475
477
|
};
|
|
476
478
|
/** SKU列表 */
|
|
477
479
|
skuList: {
|
|
@@ -542,6 +544,8 @@ export declare namespace ProductService {
|
|
|
542
544
|
visibleStores: string[] | null;
|
|
543
545
|
/** 门店不可见范围和可见互斥 */
|
|
544
546
|
invisibleStores: string[] | null;
|
|
547
|
+
/** 是否会员商品 */
|
|
548
|
+
isMember?: boolean;
|
|
545
549
|
};
|
|
546
550
|
/** SKU列表 */
|
|
547
551
|
skuList: {
|