This report is bound to the GraphQL end point and uses the following query to pull the data across multiple entities - products, categories, and order details.
{"query":"{orderdetails{product{productId, productName, category{categoryId, categoryName}}, quantity, unitPrice,discount}}"}