跳到主要内容

IDP.Integration.Bom.refreshProductCodeInOrderAsync() function

自动生成订单下产品的产品编码

Signature:

function refreshProductCodeInOrderAsync(option: {
orderId: string;
}): Promise<ProductCodeInOrder>;

Links: function refreshProductCodeInOrderAsync(option: { orderId: string; }): Promise<ProductCodeInOrder>;

Parameters

Parameter

Type

Description

option

{ orderId: string; }

订单ID

Returns:

Promise<ProductCodeInOrder>