@be-link/ecommerce-product-service-node-sdk 0.1.23 → 0.1.26

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.
@@ -268,6 +268,8 @@ export declare namespace ProductService {
268
268
  classifications?: string[];
269
269
  /** 上下架状态 */
270
270
  status?: string;
271
+ /** 是否需要已删除的商品 */
272
+ includeDeleted?: boolean;
271
273
  }
272
274
  interface queryProductSkuList {
273
275
  /** 0 开始 */
@@ -451,6 +453,10 @@ export declare namespace ProductService {
451
453
  status: string;
452
454
  /** 限购 */
453
455
  purchaseLimit: number;
456
+ /** 可见门店 */
457
+ visibleStores: string[];
458
+ /** 不可见门店 */
459
+ invisibleStores: string[];
454
460
  }[];
455
461
  }
456
462
  interface queryProductSkuList {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@be-link/ecommerce-product-service-node-sdk",
3
- "version": "0.1.23",
3
+ "version": "0.1.26",
4
4
  "description": "EcommerceProductService Node.js SDK",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",