shqear93 / zoho-inventory-api

Zoho Inventory Api
9 stars 10 forks source link

right usage of SDK #10

Closed ayaseensd closed 3 years ago

ayaseensd commented 3 years ago

$inventory = new ZohoClient(array('accessToken' =>'access token here','organizationId' =>'org id here')); is this the right usage ?

even it didn't work, does it need any kind of pre-installed softwares ?

shqear93 commented 3 years ago

According to the documentation it should work https://www.zoho.com/inventory/api/v1/#organization-id

you only need your curl PHP extension to be installed and enabled on your machine please read the documentation here : https://github.com/shqear93/zoho-inventory-api#installation

and make sure to use working access token and org id