---
title: "Get lead product"
method: GET
path: "/productmaps/{id}"
tags: ["Products"]
---

# Get lead product

`GET /productmaps/{id}`

A product map is an instance of a product attached to a lead, including quantity and custom pricing information. This endpoint returns a single mapping between a particular product and lead.

## Path parameters

- `id` string, required

## Response `200`

OK

- LeadProductMapResponse — A full response object for a lead product map.
  - `meta` Meta — Information about the Nutshell instance making the request
    - `instanceId` string — The Nutshell instance ID
    - `siteId` string — Site ID for WebFX customers
  - `productMaps` LeadProductMap[]
    - `id` string — The API ID of this entity, formatted {integer}-{entityType}
    - `relationship` unknown
    - `price` Value
      - `formatted` string — The value formatted as a string
      - `amount` string — The value as a number
      - `currency` string — The currency code
    - `name` unknown
    - `unit` unknown
    - `quantity` number, float
    - `productType` string
    - `links` object
      - `product` string — The product this map is for

---

[API](https://skmtc.net/nutshell/apis/nutshell-api.md) · [All operations](https://skmtc.net/nutshell/apis/nutshell-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nutshell/nutshell-api/versions/91e98426903e/schema)
