When looking to get the product association with the deal API, you can do so by going through the following steps:
1. Use this endpoint: Get associations for CRM object to get the deals and line items association (Line item contains the product details as it represent a line in an order).
How can I retrieve the product association with a deal through API?
SOLVE
Hi there! Curious what tool you are integrating with for the products tool?
We have found lots of limitations with moving forward with the products tool and would love to find a way to export all that is needed to get all products' feature into another tool that will allow us to view in an aggregated way.
When looking to get the product association with the deal API, you can do so by going through the following steps:
1. Use this endpoint: Get associations for CRM object to get the deals and line items association (Line item contains the product details as it represent a line in an order).
How can I retrieve the product association with a deal through API?
SOLVE
Thanks, Wendy. That works great.
Do you have a list of Line Items properties?I followed the examples on the page and get the property value of name, price and quantity, but would like to have te full list of properties as reference.