Get product duration and product specific price from GET /products/{id}/deals

Hi,
I am looking to create some reporting through data studio on our products sold. We get the data into google sheets through: GET /products/{id}/deals
However, the fields that are shown are limited. For example, the product duration is not shown and the value that is shown is for the whole deal and not for that specific product. We often have multiple products attached to one deal so it would be great to be able to see the price of products split instead of just seeing the total value of the deal.
Is this information accessible in anyway?

Anyone have an ideas for how to solve this?

Alies

Im having the same trouble.

I need to know the prices of the products inside a deal and could not find a single endpoint in the API sepc that can provide that information.

Can someone help me with that?