08-04-2024 03:56 AM
I went through the documentation and it's quite confusing, I want to get my list of orders through a get request but where can I find the endpoint url for getorders and how do create some orders to test this via postman?
08-12-2024 09:48 AM
Hi @cal_826780,
You can use the Fulfillment API or Trading API to fetch the order and order related the information.
- When using the Fulfillment API you can use the getOrders call to search for and retrieve one or more orders based on their creation date, last modification date, or fulfillment status using the filter parameter.
Handling orders guide: https://developer.ebay.com/api-docs/sell/static/orders/handling-orders.html
- When using the Trading API, you can use the Order Management Calls(https://developer.ebay.com/Devzone/XML/docs/Reference/eBay/OrderManagementIndex.html) to retrieve the orders details.