次のように、アイテムを注文に挿入するコードがあります。
$ordId = 1;
$prodId = 221;
$type = '';
$price = 1000;
$qty = 5;
$desc = DESC;
$notes = "test notes";
$test = $app->addOrderItem($ordId, $prodId, $type, $price, $qty, $desc, $notes);
注文を Infusionsoft に直接挿入するために利用できる機能/方法はありますか?