Getting details of the products mapped to a particular deal in the event json

Is it possible to get the details like item price, item discount and item quantity on the products added to a particular deal in the event JSON we receive on the cloud function (as I’ve created added, updated and deleted deal webhook). I could find only number of products mapped to a deal and updated deal_value as I make changes in the ‘Add product’ section.
Please consider this urgent Thankyou!

Hi @Manas_Maheshwari,
Welcome to the community :wave: !
You would have to make an API call to getDealProducts to fetch additional information.