Link to home
Start Free TrialLog in
Avatar of rgb192
rgb192Flag for United States of America

asked on

ebay devID, appID, certID, userToken

I had this question after viewing tutorial for ebay api.


https://github.com/eBayDeveloper/eBay_APICall_CodeSamples/tree/master/Trading/GetOrders/GetOrdersSample-XML-PHP


        $devID = 'xxxxxxxx';  

        $appID = 'xxxxxxxxx';
        $certID = 'xxxxxxxxxxxxxx';      

        //set the Server to use (Sandbox or Production)
        $serverUrl = 'https://api.ebay.com/ws/api.dll';      // server URL different for prod and sandbox
        //the token representing the eBay user to assign the call with
        $userToken = '*************';    

Open in new window

devID, appID, certID, userToken

I am an ebay seller with multiple sales in past 30 days
where get each of these variables
if I plug in these 4 values and run on any php server with a connection to internet; will I get output
ASKER CERTIFIED SOLUTION
Avatar of Andrew Angell
Andrew Angell
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rgb192

ASKER

thanks
Avatar of Daniel Lowes
Daniel Lowes

Here is the direct link/url for those credentials:
https://developer.ebay.com/DevZone/account.
So you don't have to thumble into the documentation.