Get the value of a specific product

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

Ex: Deal of $100,00 - Product A $50,00, Product B $50,00;

Can someone help me with that?

Hey Diogo,

You should be able to get this information from the GET/deals/{id}/products endpoint.

In the Body, look at the “sum” and “quantity” under each id to establish the product cost on each Deal.