Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/php/254.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Netsuite API在PHP中获取项目_Php_Api_Product_Netsuite - Fatal编程技术网

Netsuite API在PHP中获取项目

Netsuite API在PHP中获取项目,php,api,product,netsuite,Php,Api,Product,Netsuite,我已经从以下链接下载了NesuiteAPI for PHP:https://www.netsuite.com/portal/developers/resources/suitetalk-sample-applications.shtml 但我找不到任何文件来获取产品数据 有人能帮我从netsuite API获取产品数据吗 已编辑 我已经下载了用于PHP的NetSuite API。有一些文件可以获取客户、添加订单等,但我找不到任何文件可以从Netsuite获取产品数据。有人知道获取产品数据的代码或

我已经从以下链接下载了NesuiteAPI for PHP:
https://www.netsuite.com/portal/developers/resources/suitetalk-sample-applications.shtml
但我找不到任何文件来获取产品数据

有人能帮我从netsuite API获取产品数据吗

已编辑

我已经下载了用于PHP的NetSuite API。有一些文件可以获取客户、添加订单等,但我找不到任何文件可以从Netsuite获取产品数据。有人知道获取产品数据的代码或文件吗


我只需要提示。谢谢你现在Netsuite提供RESTAPI从Netsuite ERP获取项目。 下面是在PHP中使用RESTAPI从Netsuite获取库存项目的链接