v2
latestOpenAPI 3.0.02026-08-08112115411.4 KBProducts
Get lead products
A product map is an instance of a product attached to a lead, including quantity and custom pricing information. This endpoint returns all mappings between products and leads.
get/productmaps
Response
OK
Example response
{
"meta": {
"instanceId": "12345"
},
"productMaps": [
{
"id": "3-contacts",
"price": {
"formatted": "$100.00",
"amount": "100.00",
"currency": "USD"
},
"productType": "product",
"links": {
"product": "1-products"
}
}
]
}