Read a product by ID
Gets one product by its ID. Use WHERE Id='...' with the product ID.
SELECT * FROM Products WHERE Id='some-product-id'
Gets one product by its ID. Use WHERE Id='...' with the product ID.
SELECT * FROM Products WHERE Id='some-product-id'