@be-link/ecommerce-product-service-node-sdk 0.1.8 → 0.1.10
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
|
* 核销期限接口
|
|
@@ -201,6 +203,8 @@ export declare namespace ProductService {
|
|
|
201
203
|
isCombo?: number;
|
|
202
204
|
/** 69码列表 */
|
|
203
205
|
skuCodes?: string[];
|
|
206
|
+
/** 取货方式 */
|
|
207
|
+
pickTypes?: string[];
|
|
204
208
|
}
|
|
205
209
|
interface batchUpdate {
|
|
206
210
|
/** 商品Id列表 */
|
|
@@ -343,6 +347,8 @@ export declare namespace ProductService {
|
|
|
343
347
|
productImage: string;
|
|
344
348
|
/** 分类名称 */
|
|
345
349
|
cateName: string;
|
|
350
|
+
/** 取货方式 */
|
|
351
|
+
pickType: string;
|
|
346
352
|
/** 商品分类 */
|
|
347
353
|
classification: string;
|
|
348
354
|
/** 存储方式 */
|