I downloaded the Feeds API Section Client Library for php but there is no config.inc.php file. I even searched for the config file in other api library. Can anyone guide me through the problem??? To solve the issue, I created my own config.inc.php file and included the essential credentials, and made necessary changes in the SubmitFeedSample.php. But I am getting ” Class ‘MarketplaceWebService_Model_SubmitFeedRequest’ not found” error. Help!!!
Share
Yes
config.inc.phpis actualy.config.inc.phpand it is hidden as well.And for
MarketplaceWebService_Model_SubmitFeedRequestyou need toincludeorrequire_onceas below