Read an order by ID
Gets a specific order by its unique Id. Supply the order ID in the WHERE clause.
SELECT * FROM Orders Where Id=1111111111111
Gets a specific order by its unique Id. Supply the order ID in the WHERE clause.
SELECT * FROM Orders Where Id=1111111111111