ubereats.com
List Uber Eats orders
List past Uber Eats orders with their detail. Returns total and orders (date, restaurant, items, total, itemCount, orderId, hasInvoice, pdfUrl); pdfUrl is only present for orders that have a receipt (hasInvoice true).
Input
None
Output
total requiredorders requiredFAQ
List past Uber Eats orders with their detail. Returns total and orders (date, restaurant, items, total, itemCount, orderId, hasInvoice, pdfUrl); pdfUrl is only present for orders that have a receipt (hasInvoice true).
Nothing. It takes no input.
It returns total, orders.
Yes. It acts as you on ubereats.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the ubereats.com cookies saved by the Reduck extension.
It only reads. It looks things up on ubereats.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/ubereats.com/list_orders, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/ubereats.com/list_orders
It is part of Reduck's official curated catalogue.
