IDP.Integration.Bom.deleteMaterialsByOrderIdAsync() 函数
function deleteMaterialsByOrderIdAsync(option: Omit<DeleteMaterialsOption, 'productIds'>): Promise<DeleteMaterialsByOrderIdResult>;
通过订单ID删除物料
参数:
-
option: Omit<DeleteMaterialsOption, 'productIds'>@vm-type AsyncFunctionType
返回值: Promise<DeleteMaterialsByOrderIdResult>