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...
await globalThis.fetch('https://api.ebay.com/sell/inventory/v1/bulk_update_price_quantity', {method:'post', headers:{authorization:'Bearer ' + accessToken, 'content-type':'application/json', 'accept-language':'en-US'}, body:globalThis.JSON.stringify(...
https://developer.ebay.com/api-docs/sell/inventory/resources/inventory_item/methods/createOrReplaceInventoryItem i try the above example. but my question is what is sku? I defined it? If I do not define it, will ebay set a value to it? If ebay set a ...
Hello,When I try to retrieve my access token from my Java code, I receive a 400 error.I have two other accounts for which I do not encounter this issue, so the Java code appears to be correct since it works with those two accounts. In addition, it us...
I've been trying https://api.sandbox.ebay.com/sell/inventory/v1/inventory_item?limit=2&offset=0 these days. All I get is:Status: 500 Internal Server ErrorTime: 824 ms "errorId": 25001,"domain": "API_INVENTORY","subdomain": "Selling","category": "Syst...
Hi everyone, I'm encountering an authorization issue with the eBay Inventory API, and I’d appreciate any help. 1. My Account Setup Business seller account with an active eBay StoreAlready opted into Business Policies in Seller Hub 2. OAuth & API Deta...
Received the following error upon attempting a RESTFUL API inventory media post action to the US production marketplace. Correct OAuth(new security) token was provided and following link was used: "https://api.ebay.com/commerce/media/v1/image/upload"...
Hi eBay Developer Community, I'm an active eBay seller with 700+ sports card listings and I'm trying to build a daily research report to help me make informed pricing decisions. My goal is NOT to automate price changes — I want to manually review and...
I've spent an ungodly amount of time trying to figure this out but I haven't made any progress. The error means that a required field is incorrect or missing but the message to go along with this error code is so vague that it could apply to so many ...
Using sell/inventory/v1/offer ERROR: Error fetching offers: {"errors":[{"errorId":25707,"domain":"API_INVENTORY","subdomain":"Selling","category":"Request","message":"This is an invalid value for a SKU. Only alphanumeric characters can be used for SK...
Your account registration was rejected due to problems with the data provided or other irregularities. If you believe this rejection is in error, please see our FAQs and Contact Channels page or work with your eBay representative directly.
Hi,I am a developer integrating with the eBay Sell Inventory API for the German marketplace (EBAY_DE) and I am encountering an issue when trying to migrate an existing manually-created variation listing to the Inventory API model.Listing ID: 26452889...
Observed behavior:createOrReplaceInventoryItem succeedscreateOffer succeedspublishOffer failsTest results:Several packageType enums fail at publish with 25101 Invalid Canada Post bubble mailer / box style enums fail at publish with 25020 Package dime...
This is a snippet of the JSON response from https://api.ebay.com/sell/inventory/v1/inventory_item/{sku}The quantity returned here matches my listing "availability": { "shipToLocationAvailability": { "quantity": 0, "allocationByFormat": { "auction": 0...
I would like to ask you to confirm the reason for the failure for the two failure messages.1. Even if you send the ProfileID for each Profile Type inquired by SellerProfiles, it is failing to register the product.2. ShippingDetails items are sending ...
I have connected multiple sellers accounts on my web app through which the sellers can perform multiple tasks like making Compatibility edits , Upload Csv Listings , Get Order Details , Message buyers etc . Currently i am facing the issue to tackle t...