跳到主要内容

IDP.Product.findCustomProductsAsync() function

查询定制产品包商品

Signature:

function findCustomProductsAsync(options: IFindCustomProductsOptions): Promise<{
list: IProduct[];
totalCount: number;
}>;

Links: function findCustomProductsAsync(options: IFindCustomProductsOptions): Promise<{ list: IProduct[]; totalCount: number; }>;

Parameters

Parameter

Type

Description

options

IFindCustomProductsOptions

Returns:

Promise<{ list: IProduct[]; totalCount: number; }>