why is the data from allOrders endpoint not the same as when you create a new order

When placing a new market buy order, the response contains information about how it was filled, price and commission so that on can calculate the cost.

How ever if I query the GET /api/v3/allOrders endpoint, then the response does not include the price and commission, or do I miss something ?

Thanks