Developer Technical Support
eBay also offers Premium Technical Support for more in-depth problem solving.
Hello. I would appreciate some help if possible. I am trying to create a fulfillment policy in the sandbox environment. It is for using the eSE service. In the documentation (https://developer.ebay.com/api-docs/sell/static/seller-accounts/using-the-e...
Hello,We are encountering an issue when creating a shipment using the eBay Fulfillment API.The request to create a shipping fulfillment returns a 201 Created response, indicating that the request was successfully processed. However, the shipment info...
When registering inventory, I get the following error:{"errors":[{"errorId":1100,"domain":"ACCESS","category":"REQUEST","message":"Access denied","longMessage":"Insufficient permissions to fulfill the request."}]}However, I'm using the OAuth token I ...
I cannot optin for Business Policy for my test user "BobTest01" I cannot create policies for my test user to sell in the sandbox
Hi, I'm trying to follow this guide on how to get unfulfilled orders from the API. I'm currently using the sandbox and testing API requests through the API explorer I've successfully set up and purchased an offer and its created a new order. Order "0...
Hi, I was told by my developer that I need logistics scope permission. How do I request that? Kind Regards,Al
the response I received:
Hello eBay Developer Support Team,I am currently working on integrating the Publish Offer process using the eBay Sell Inventory REST APIs. However, I am encountering the following error when attempting to publish an offer:ERROR [400]:{"errors": [{"er...
Hello, I am currently using the Fulfillment API to send tracking numbers of shipments to the paid order.It is working, I can send the tracking numbers along with the carrier code.Right after I sent the request, I can refresh the order page and I will...
It looks like I can create a shipping fulfillment through the fulfillment api's `createShippingFulfillment` endpoint, but is there any way to void, delete, or edit that shipment once it is created?
Hello eBay Developer Support Team,I am writing to inquire about the correct topicId for subscribing to new order notifications via the modern REST Notification API in the Production environment.We are migrating from older systems and have found that ...
GET https://api.sandbox.ebay.com/sell/account/v1/fulfillment_policy?marketplace_id=EBAY_USi get the following response:{"errors": [{"errorId": 20403,"domain": "API_ACCOUNT","category": "REQUEST","message": "Invalid .","longMessage": "User is not elig...
Hi eBay Developer Community, I'm working on implementing eBay's Marketplace Account Deletionwebhook notification handling and need to map orders to users forfuture data deletion compliance. Current Situation:- Using Fulfillment API getOrders to impor...
Hi, All of a sudden, we started receiving this error from eBay about two hours ago, and we have no idea why. This is related to a UK eBay REST API call. The request and tokens appear to be valid, as they still work for other operations—just not this ...
HI, new to ebay development trying to code addon for my friend who is a seller, the app should get pending (unfulfilled orders) and print packing slips, postage labels etc. Created seller and buyer accounts in sandbox, used TradingAPI addItem to list...