Hi Experts,
We’re creating CONTACTS, DEALS, PRODUCTS, LINE_ITEMS via Ecommerce Bridge API.
LINE_ITEMS associated with PRODUCTS, DEAL.
If we open DEAL in HS Dashboard, we can see products, contacts associated with that Deal.
Question :
Where can we able to see, LINE_ITEMS created for this DEAL & custom attributes created for LINE_ITEM OBJECT??
Thanks,
Mahesh.S
Hello @Mahesh1250
The line items are the products that you see on Deal page at RHS. Near to this, we have a button called as view products. Clicking on that it will show up the whole detail of the products used as line items in the deal.
Regarding the custom attributed for line items, I think for this you need to create custom properties for the object ( product/line_item ) you want. Next setup the mapping of these properties in UPSERT SETTINGS step. And finally you can sync the values into these properties.
Moreover, these custom properties will not be visible at the deal page near the products data. You can see these custom properties while creating lists in your portal.
Thanks