Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8138151
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T11:24:13+00:00 2026-06-06T11:24:13+00:00

How can I call eBay and request it to return search results array? This

  • 0

How can I call eBay and request it to return search results array?

This is what I came up with so far:

string endpoint = "https://api.ebay.com/wsapi";
string siteId = "0";
string appId = "*";     // use your app ID
string devId = "*";     // use your dev ID
string certId = "*";   // use your cert ID
string version = "405";

string requestURL = endpoint
+ "?callname=FindProducts"
+ "&siteid=" + siteId
+ "&appid=" + appId
+ "&version=" + version
+ "&routing=default"
+ "&AvailableItemsOnly=true"
+ "&QueryKeywords=nvidia"
+ "&itemFilter(0).name=ListingType"
+ "&itemFilter(0).value(0)=FixedPrice"
+ "&itemFilter(0).value(1)=Auction"
+ "&CategoryID=27386";

How can I wrap it into request and get a response in some-sort of data-structure? I have gotten the SDK.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-06T11:24:14+00:00Added an answer on June 6, 2026 at 11:24 am

    I needed to use the eBay finding API;

        public GetItemCall getItemDataFromEbay(String itemId)
        {
            ApiContext oContext = new ApiContext();
            oContext.ApiCredential.ApiAccount.Developer = ""; // use your dev ID
            oContext.ApiCredential.ApiAccount.Application = ""; // use your app ID
            oContext.ApiCredential.ApiAccount.Certificate = ""; // use your cert ID
            oContext.ApiCredential.eBayToken = "";            //set the AuthToken
    
            //set the endpoint (sandbox) use https://api.ebay.com/wsapi for production
            oContext.SoapApiServerUrl = "https://api.ebay.com/wsapi";
    
            //set the Site of the Context
            oContext.Site = eBay.Service.Core.Soap.SiteCodeType.US;
    
            //the WSDL Version used for this SDK build
            oContext.Version = "735";
    
            //very important, let's setup the logging
            ApiLogManager oLogManager = new ApiLogManager();
            oLogManager.ApiLoggerList.Add(new eBay.Service.Util.FileLogger("GetItem.log", true, true, true));
            oLogManager.EnableLogging = true;
            oContext.ApiLogManager = oLogManager;
    
            GetItemCall oGetItemCall = new GetItemCall(oContext);
    
            //' set the Version used in the call
            oGetItemCall.Version = oContext.Version;
    
            //' set the Site of the call
            oGetItemCall.Site = oContext.Site;
    
            //' enable the compression feature
            oGetItemCall.EnableCompression = true;
            oGetItemCall.DetailLevelList.Add(eBay.Service.Core.Soap.DetailLevelCodeType.ReturnAll);
            oGetItemCall.ItemID = itemId;
            try
            {
                oGetItemCall.GetItem(oGetItemCall.ItemID);
            }
            catch (Exception E)
            {
                Console.Write(E.ToString());
                oGetItemCall.GetItem(itemId);
            }
            GC.Collect();
            return oGetItemCall;
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

we can call the Array method in the top level like this Array(something) that
I was trying to call eBay FindProducts API using AJAX ( post request) but
From this code I can call bmwCars.CopyToDataTable() as I expected. var bmwCars = from
Let's say I can call a method like this: core::get() . What is the
in javascript i can call prompt like this var retVal = prompt(Enter the new
I can call variables 2 ways. One is just to do it like this:
I can call Get<int>(Stat); or Get<string>(Name); But when compiling I get: Cannot implicitly convert
Why can you call C/C++ functions like this: (&myAwesomefunction)(arg1,arg2,arg3...); Surely taking the address of
Normally I can call this.GetType(), but I can't access this in a static method.
I know that you can call functions using variable names like this: $foo =

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.