---
title: "Listar itens vinculados às oportunidades"
method: GET
path: "/deals/{deal_id}/product"
---

# Listar itens vinculados às oportunidades

`GET /deals/{deal_id}/product`

## Path parameters

- `deal_id` integer, required

## Query parameters

- `show` integer
- `cursor` string

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `id` integer
    - `deal_id` integer
    - `product_id` integer
    - `custom_field_id` unknown
    - `brand_id` unknown
    - `status` boolean
    - `quantity` integer
    - `value` integer
    - `ipi_tax` unknown
    - `ipi_value` integer
    - `discount_type` integer
    - `discount_value` integer
    - `discount_value_absolute` integer
    - `discount_value_percentage` integer
    - `sub_total_value` integer
    - `total_value` integer
    - `cost` integer
    - `markup_type` integer
    - `markup_value` integer
    - `markup_value_absolute` integer
    - `markup_value_percentage` integer
    - `duration` unknown
    - `formula_text` unknown
    - `characteristics` object[]
      - `id` integer
      - `name` string
      - `options` object[]
    - `item` object
      - `id` integer
      - `account_id` integer
      - `category_id` unknown
      - `name` string
      - `description` string
      - `minimum_value` unknown
      - `cost` unknown
      - `reference` string
      - `type` integer
      - `deleted` integer
      - `status` integer
      - `photo` unknown
      - `commission` unknown
      - `brand_id` unknown
      - `ipi_tax` unknown
      - `measurement_unit_id` unknown
      - `code` unknown
      - `fix_commission_value` unknown
      - `is_product_belong_deal` boolean
  - `meta` object
    - `cursor` object
      - `current` unknown
      - `prev` unknown
      - `next` unknown
      - `count` unknown

## Other responses

- `404` — 404

---

[API](https://skmtc.net/pipe/apis/application-json.md) · [All operations](https://skmtc.net/pipe/apis/application-json/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pipe/application-json/revisions/0a130198f0a3/schema)
