How to Get Order Data from Ebay account Through API Call

eBay API Get Orders: To get the ebay sales order data from via api call. First you have an ebay developer account access. Get your ebay access token from ebay developer account and dev id, app id, cert id.

Wsdl for getting ebay order data : http://developer.ebay.com/webservices/latest/ebaySvc.wsdl

This api call belong to Ebay Trading section. Use GetOrders ebay api method to gat order data.

Create Ebay API Get Orders API Call:

In above code we get seller order data as API response. As you see in the parameter we put “OrderRole” to Seller. You can change as per requirement like Buyer.

We can fetch order on the basis of CreateTimeFrom to CreateTimeTo basis. Their are many other filtration parameters available on ebay trading api documentation.

Recommended Posts For You

About Harish

I am professional web developer and blogger. Use this blog to share own api and other web development experience with you. I do accept paid work. Write to me at - [email protected]

View all posts by Harish

2 thoughts on “How to Get Order Data from Ebay account Through API Call”

Leave a Comment

Your email address will not be published. Required fields are marked *