Hi all,
I am creating one android payment app , for that I need to add some inventory Item through php file , "https://api.clover.com:443/v3/merchants/CHZDGMQDPRVQT/items?access_token=[accesstoken]" this api I am using. I want to get the Clover Id of the item for payment but I am not getting response for this API. I an easily add the the item through postman, but unable to add it through server side php file.