@be-link/ecommerce-product-service-node-sdk 0.0.10 → 0.0.11

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.
@@ -51,6 +51,7 @@ export declare namespace ProductService {
51
51
  multiSkuCodes: string[];
52
52
  bindSkus: BindSku[];
53
53
  stock: number;
54
+ showBindSkus: number;
54
55
  }
55
56
  /**
56
57
  * 产品信息接口
@@ -132,6 +133,11 @@ export declare namespace ProductService {
132
133
  productNames?: string[];
133
134
  skuCodes?: string[];
134
135
  isCombo?: number;
136
+ pickTypes?: string[];
137
+ dispatchTypes?: string[];
138
+ storageMethods?: string[];
139
+ classifications?: string[];
140
+ status?: string;
135
141
  }
136
142
  interface querySkuBaseInfo {
137
143
  skuIds?: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-product-service-node-sdk",
3
- "version": "0.0.10",
3
+ "version": "0.0.11",
4
4
  "description": "EcommerceProductService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",