Read a product by ID
Gets a specific product by its unique Id. Supply the product ID in the WITH clause or WHERE clause to filter the result.
SELECT * FROM Products WITH Id=1111111111111
Gets a specific product by its unique Id. Supply the product ID in the WITH clause or WHERE clause to filter the result.
SELECT * FROM Products WITH Id=1111111111111