Developer Technical Support
eBay also offers Premium Technical Support for more in-depth problem solving.
I am having trouble with using umlauts in AddItem XML textAny Ideas?
We received our last FixedPriceTransaction notification at 02:59 on the 18th March 24.We are still receiving all our other subscribed notifications. Using the trading api GetNotificationsUsage call we can see that there is an error. Have redacted som...
Hello developers and ebay dev team. I am in the middle of developing an application and would like to aggregate historical sales data of a certain type of collectible so that users on my platform can see the change in their "collectible portfolio"
When I send GetMyEbaySelling request, they return error code : 10007. this error said "Web Service framework internal error." Is it ebay's side problem? this api request completely work until yesterday. Request body ``` apis:eBLBaseComponents">***en...
Is there a API call I can use that will return all the conditions available for a leaf category? Thanks,
I am using the GetSellerList API in attempt to retrieve listings however in the response I am getting no items in return. Any pointers please?POST Request https://api.sandbox.ebay.com/ws/api.dll Headers X-EBAY-API-CALL-NAME: GetSellerList X-EBAY-API-...
Hi, is there a way to get all Required and Optional, category specifics without directly calling the api each time. Im just after a full list of every possibility for all categories. much like the GetCategories does but just for specifics (Brand - re...
I am having trouble listing a product on eBay under the category CCG Individual Cards (category ID: 183454) with the condition set to Used (condition ID: 3000). I am encountering the following error: AddItem: Class: RequestError, Severity: Error, Cod...
I am using AddItemVerify to test my item XML code.I cant get past the USUSD Any thoughts?
We have a Big Commerce site and are looking for recommendations on a mutli-channel App that will integrate us into eBay. Big commerce has a built in link to INK FROG but reviews are bad. We are wondering what other Big Commerce users are using to lin...
Your item condition description field seems to contain information not relevant to the condition of your item. Please remove any branding, promotions, shipping, returns, payment or other condition unrelated information from this field. This includes ...
Hello and sorry for asking a trivial question, but I failed to find an answer. I can successfully create eBay listings using AddFixedPriceItem but I cannot figure out what character(s) is used for line breaks in the item description. I tried '\n', '\...
How to find the tier of store that a seller is signed up to?
myitem["Item"]["ConditionDescriptors"]["ConditionDescriptor"].append({'Name': '27501', 'Value': row[12]}) myitem["Item"]["ConditionDescriptors"]["ConditionDescriptor"].append({'Name': '27502', 'Value': row[13]}) myitem["Item"]["ConditionDescriptors"]...
I am attempting to retrieve payout transactions using the eBay API's 'getTransactions' endpoint. However, I've encountered an issue where the 'transactionStatus' returned is 'FUNDS_AVAILABLE_FOR_PAYOUT,' while in the seller account, the status is 'se...