'Ubereats: How to get a list of finished orders
I want to get a list of finished orders from Eats API, but it doesn't seem that there's an endpoint for this purpose.
I guess it might be supposed to be done with CSV files provided by Reporting API, but is there any direct way to do this?
Solution 1:[1]
Here in Ubereats API you have list of states of an order : https://developer.uber.com/docs/eats/guides/order-states (there is : "finished")
Try to put this state in the scope when you try to do the GET request. Hope this track will help
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | harili |
