Developer Technical Support
eBay also offers Premium Technical Support for more in-depth problem solving.
Hello and welcome to the discussion board for the RESTful Sell APIs: Account, Inventory, Catalog and Compliance. If you are visiting the Community Forums for the first time please take a moment to review our Community Guidelines, and consider checkin...
One of the steps before being able to publish an offer is to have your policies in place. One of these policies is the ReturnPolicy. By the way, I'm in the sandbox. But there's a problem when this policy is attempted to create with the returnsAccepte...
Hello All, While publishing an offer (auction offer) using the publish offer api method I keep getting this error code{"errorId": 25001,"domain": "API_INVENTORY","subdomain": "Selling","category": "REQUEST","message": "A system error has occurred. In...
審査依頼 eBay開発者サポートチーム様 ご提供いただいたデータに問題またはその他の不備があるため、アカウント登録が拒否されましたというメッセージを受け取りました。これは誤りである可能性があります。申請内容の確認、または修正が必要な点をお知らせいただけます。
Is anyone else getting a ‘500 Internal Server Error’ response when trying to get a list of inventory items (sandbox)? https://api.sandbox.ebay.com/sell/inventory/v1/inventory_item{ "errors": [ { "errorId": 25001, "domain": "API_INVENTORY", "subdomain...
Hi, how can I get inventory items with multiple locales using the bulk_get_inventory_item route (sandbox). Neither Content-Language, Accept-Language nor locale in the payload to get descriptions in other languages works. Thanks
Hello,I am created an inventory task and it still has the status "QUEUED" . What is going on? { "taskId": "task-20-21593257672707", "status": "QUEUED", "feedType": "LMS_ACTIVE_INVENTORY_REPORT", "creationDate": "2025-06-13T05:40:11.834Z", "completion...
Hello, I've found, and read in the documentation, that the:merchantLocationKey and listingPolicies fulfillmentPolicyId, paymentPolicyId, returnPolicyId are required in an eBay offer before publishing. However, I created an account on HeroStuff and wa...
I am listing single sports trading cards via Inventory API, and successfully get to the point where I'm publishing an offer. I continuously get the error 25009 - 'The eBay listing associated with the inventory item, or the unpublished offer has inval...
Hi,when I call the Inventory API getOffer() for an online and active SKU I always received an error "404 Not Found - This Offer is not available".I tryed with different SKU and market place but the response is always the same. As an example this item...
All I want to do is create a python script to download my listings with qty, then update the eBay qty based on what I have on hand. I want this to happen several times a day (once an hour). This process is unattended and the oAuth flow requires me to...
Wondering if anyone else has experienced this or might know what's going on. My application is showing constant logs from eBay of MARKETPLACE_ACCOUNT_DELETION notifications with seemingly randomly generated eBay usernames, none of the users are in my...
The "update inventory location" endpoint is broken.Example output from "get inventory location":{"name": "Test","phone": "+10000000000","location": {"address": {"addressLine1": "1234 Example St.","city": "Austin","stateOrProvince": "Texas","postalCod...
Hey everyone, I'm running into a weird issue with the eBay Inventory API while trying to list an item. I'm using the standard flow: create/update Inventory Item, then create an Offer, and finally publish the Offer. The problem happens at the *publish...
we have encountered a challenge regarding the synchronization of listings that were manually created via Seller Hub.Currently, if a seller manually updates the quantity or price of a listing via the eBay UI (Seller Hub), the changes do not reflect in...
Heya, We're currently setting up our API on the sandbox environment and all policy endpoints are working fine except for the fulfillment part. We tried a few ways to create policies and createFulfillmentPolicy returns success with the info of the cre...