@be-link/ecommerce-product-service-node-sdk 0.0.23 → 0.0.24

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.
@@ -94,9 +94,9 @@ export declare namespace ProductService {
94
94
  /** 价格(分) */
95
95
  price: number;
96
96
  /** 划线价(分) */
97
- strikethroughPrice: number;
97
+ strikethroughPrice?: number;
98
98
  /** 采购价(分) */
99
- purchasePrice: number;
99
+ purchasePrice?: number;
100
100
  /** SKU编码 */
101
101
  skuCode?: string;
102
102
  /** 多SKU编码 */
@@ -135,7 +135,7 @@ export declare namespace ProductService {
135
135
  /** 提货方式 */
136
136
  pickType: string;
137
137
  /** 发货方式 */
138
- dispatchType: string;
138
+ dispatchType?: string;
139
139
  /** 存储方式 */
140
140
  storageMethod: string;
141
141
  /** 商品分类 */
@@ -377,6 +377,8 @@ export declare namespace ProductService {
377
377
  storageMethod: string;
378
378
  /** 配货方式 */
379
379
  dispatchType: string;
380
+ /** 限购 */
381
+ purchaseLimit: number;
380
382
  /** 价格 */
381
383
  price: number;
382
384
  /** 库存 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-product-service-node-sdk",
3
- "version": "0.0.23",
3
+ "version": "0.0.24",
4
4
  "description": "EcommerceProductService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",