I don't know how to create order in eBay sandbox environment I have to call get Orders api and I am able to successfully call the api but in response I'm getting order list empty. It means I donve order yet. So the question is how I create Order to test my get Order api. Secondly there are 2 apis CreateInvetorylisting or addItemCreateInventorylisting Api requires create offer and publish offer is this Apis link with with get orders api.
I have tried additem api and my product added. I checked it from get item Api in response I am getting the added item now when I call the get orders api I am getting empty list. I Have read documentation also. I am implementing in c# .NET.