0
我想從訂單中獲取產品詳細信息。 我嘗試想:Prestashop API訂單產品
$opt = array('resource' => 'orders', 'filter[id]' => '[' . $id_order . ']');
$xml = $webService->get($opt);
我知道,產品是內部命令 - > associations-> order_rows-> order_row
可是如何才能讓這些數據?我無法獲得節點關聯。
有人可以解釋我嗎?