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 |
Returns:
Promise<{ list: IProduct[]; totalCount: number; }>