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