Questions tagged [ebay-sdk]

For questions relating to eBay's Software Development Kit (SDK). When using this tag also provide the appropriate language tag, such as; python, java, etc.

112 questions
1
vote
1 answer

eBay Shopping API for .NET?

I've been looking around trying to find a .NET release of the eBay Shopping API. Is there any?
Shimmy Weitzhandler
  • 101,809
  • 122
  • 424
  • 632
1
vote
2 answers

How do I specify multiple X-EBAY-SOA-GLOBAL-ID while searching ebay products?

How do I specify multiple X-EBAY-SOA-GLOBAL-ID while searching for ebay products? This is the link to the GlobalIDs. http://developer.ebay.com/DevZone/finding/Concepts/SiteIDToGlobalID.html However, if I try to specify more than one I get exception…
Jack
  • 7,433
  • 22
  • 63
  • 107
0
votes
0 answers

EPID issue for AddFixedPriceItem

I'm trying to use AddFixedPriceItem to add listings to my eBay store. I'm including ProductListingDetails as follows: { IncludeeBayProductDetails = false, IncludeeBayProductDetailsSpecified = true, UseFirstProduct = true, …
Matt James
  • 109
  • 2
  • 8
0
votes
0 answers

How to add extra fields in eBay FeedAPI =>getResultFile

We are using eBay FeedAPI => getResultFile to download Inventories. We have successfully downloaded the file by using the TaskId. We need some extra fields along with default fields like Listing Title and UPC. How can we get this information in a…
Abu Sufyan
  • 197
  • 1
  • 2
  • 14
0
votes
0 answers

eBay API Permissions Issue, using eBay API Explorer

I have created a user token with a production environment application and a real production user. I'm using the API Explorer and have pasted the user token in the Token field, tried to make a basic createOrReplaceInventoryItem with their example,…
user2990303
  • 53
  • 1
  • 5
0
votes
0 answers

I want to upload a video to eBay using API , but eBay API is not working can anyone guide me?

I want to upload the video to Ebay store using API , here is docs . https://developer.ebay.com/api-docs/commerce/media/resources/video/methods/uploadVideo but there is not input fields in docs where I can added the video to endpoint from my…
0
votes
2 answers

Ebay API bulkUpdatePriceQuantity for product variations

I have a product with some size-variations. For example root item has sku 20159DA2 and children have for sku 20159DA2-S, 20159DA2-XS, etc I want to call the method bulkUpdatePriceQuantity but it gives me Bad Request telling me the sku doesn't…
Martina
  • 1,852
  • 8
  • 41
  • 78
0
votes
0 answers

eBay XML Api - list an item with Overnight free shipping

I'm trying to list an item with global free shipping via the eBay API, I'm having issues figuring out the exact parameters to the ShippingDetails. I have attached images of what I'm trying to achieve in a listing and the XML that I am using at the…
yarin Cohen
  • 995
  • 1
  • 13
  • 39
0
votes
1 answer

eBay OAuth Authorize Grant Flow Invalid Parameters

I'm using the ebay-oauth-java-client to get an authorization url, however, this seems to not be working and complaining Error message: {"error_id":"invalid_request","error_description":"Input request parameters are…
andresmonc
  • 398
  • 7
  • 21
0
votes
0 answers

Ebay - There seems to be a problem serving the request at this time

On the Ebay side, the sandbox also goes to the page when I enter it with my username and password, but it throws it off the page at any click. Has anyone ever encountered such a problem before ? I can't contact Ebay either because the Help &…
Berkay Kulak
  • 43
  • 2
  • 9
0
votes
1 answer

Setting up eBay api notifications on ItemSold

New to API programming and am trying to setup eBay to call my website php script when a item is sold. I would think this is a well document procedure but after reading up on the eBay dev site I'm even more confused. Seems to be a black art in…
Greg
  • 1,715
  • 5
  • 27
  • 36
0
votes
1 answer

Using eBay's finding API (Python)

I'm trying to query eBay (UK) using the ebaysdk (eBay developers program) in python. Even with few item filters and broad keywords (see the code I tried below), I get 'ResponseDataObject' object has no attribute 'item' because there were no items…
samjarvis
  • 13
  • 3
0
votes
0 answers

Using Ebaysdk the AddItem function seems to work but no item appearing on the sandbox after code being ran

I am working on the ebay api currently using python and the ebaysdk. I have got all the keys etc correct in my .yaml and when I run the code it seems to function. Includes all the necessary xml output and stating success, thus going even further so…
Walash
  • 23
  • 4
0
votes
0 answers

Ebay sdk: local pickup shipping service

I am trying to make LocalPickup delivery. Options are: ShippingService = "LocalDelivery", LocalPickup = true, ShippingServiceCost = new AmountType { …
0
votes
1 answer

eBay Digital Signatures for APIs: 215120 + Signature validation failed to fulfill the request

I want to make an API call to eBay for order cancellation (Add Dispute). I am following the document given by eBay https://developer.ebay.com/develop/guides/digital-signatures-for-apis. When I call an API I am getting the following error. { …
Vicky Thakor
  • 3,847
  • 7
  • 42
  • 67