跳到主要内容

IDP.Integration.Bom.findProductsAsync() 函数

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

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

参数:

  • orderId: string

    订单ID

返回值: Promise<Array<{ productId: string; }>>