跳到主要内容

IDP.Integration.Bom.findProductsAsync() function

查询已写入BOM物料的产品列表

Signature:

function findProductsAsync(orderId: string): Promise<Array<{
productId: string;
}>>;

Links: function findProductsAsync(orderId: string): Promise<Array<{ productId: string; }>>;

Parameters

Parameter

Type

Description

orderId

string

订单ID

Returns:

Promise<Array<{ productId: string; }>>