09-12-2024 11:24 PM
I have successfully authenticated my application, created an access token through Oauth and refreshed it without any issues. I now need to be able to request orders for fulfillment. I have the correct scope (
09-19-2024 07:19 AM
Did you figure out how to get a response? I have the same thing happen in the sandbox. You can try using the Trading API if that works for you. Specifically, GetOrders and GetItemTransactions. The order IDs you get back probably won't work with Fulfillment API.
09-20-2024 05:16 AM
I didn't get any response and still only getting an empty array. But it might have something to do with the account I am using. Because when I connect with an older ebay account I can get the orders. Its just with a brand new account I was testing with that doesn't;t provide any orders. But very disappointing that ebay have no support or documentation on this.
10-29-2024 10:16 AM
Hi @glitzandbitzz @midwayusa1,
The Fulfillment API covers only the transactions that have completed the checkout process. This API does not cover pending payment purchases that require upfront payment before shipment.
07-31-2025 03:41 PM
Come on guys from "eBay". You know you have to return some "dummy" data for the GET /order for the Sell Fulfillment API. How are we supposed to develop and test the endpoint if you don't introduce some dummy orders in the response?
Or what's the turn around for this one?
09-12-2025 08:21 AM
I placed an order on the sandbox website (www.sandbox.ebay.com). I got all the way to the order success screen with an order ID. That order ID still doesn't work with the fulfillment API