Read orders
Gets all orders. Use the Orders table to list transactions; optionally filter by date range or status in the WITH clause.
SELECT * FROM Orders
Gets all orders. Use the Orders table to list transactions; optionally filter by date range or status in the WITH clause.
SELECT * FROM Orders