brucealdridge / VendAPI

Class for accessing the api for vend on vendhq.com
Other
36 stars 22 forks source link

Can't fetch and update products and inventory. #26

Open Vishrootways opened 8 years ago

Vishrootways commented 8 years ago

Hi,

I have set up your this code to localhost and after setup got following error. Can you please tell us what i did't wrong?

Fatal error: Uncaught exception 'VendAPI\Exception' with message 'Error: Recieved null result from API' in D:\xampp\htdocs\Drake\Source\VendAPI-master\VendAPI-master\src\VendAPI\VendAPI.php:320 Stack trace: #0 D:\xampp\htdocs\Drake\Source\VendAPI-master\VendAPI-master\src\VendAPI\VendAPI.php(207): VendAPI\VendAPI->_request('/api/products') #1 D:\xampp\htdocs\Drake\Source\VendAPI-master\VendAPI-master\src\VendAPI\VendAPI.php(108): VendAPI\VendAPI->apiGetProducts('') #2 D:\xampp\htdocs\Drake\Source\VendAPI-master\VendAPI-master\example.php(9): VendAPI\VendAPI->getProducts() #3 {main} thrown in D:\xampp\htdocs\Drake\Source\VendAPI-master\VendAPI-master\src\VendAPI\VendAPI.php on line 320

I want to update product inventory by API to vend but don't understand how to do. Please help.

Thanks, Vish