---
title: "GET /products/{id}"
method: GET
path: "/products/{id}"
tags: ["Produtos"]
---

# GET /products/{id}

`GET /products/{id}`

## Path parameters

- `id` string, required

## Response `200`

Response description

- Product
  - `id` string
  - `name` string
  - `type` string
  - `created_at` string
  - `currency` string
  - `price` number
  - `affiliate_enabled` boolean
  - `status` string
  - `payment_type` string
  - `links` Link[]
    - `id` string
    - `custom_name` string
    - `product_id` string
    - `currency` string
    - `price` number
    - `status` string
    - `is_sales_page` boolean
  - `bumps` Bump[]
    - `type` string
    - `properties` object
      - `id` string
      - `action_call` string
      - `oto_description` string
      - `oto_headline` string
      - `color` string
      - `show_product_image` boolean
      - `link` Link
        - `id` string
        - `custom_name` string
        - `product_id` string
        - `currency` string
        - `price` number
        - `status` string
        - `is_sales_page` boolean
  - `offers` Offer[]
    - `id` string
    - `name` string
    - `currency` string
    - `price` number
    - `active` boolean
  - `event_settings` EventSettings
    - `address` EventAddress
      - `route` string
      - `administrative_area_level_2` string
      - `administrative_area_level_1` string
      - `country` string
      - `postal_code` string
      - `latitude` number
      - `longitude` number
    - `enable_handtags` boolean
    - `handtag_code_type` string
    - `handtag_auto_print` boolean
    - `description_enabled` boolean
    - `collect_phone` boolean
    - `collect_cpf` boolean
    - `start_date` string
    - `end_date` string
    - `sale_start_at` string
    - `sale_end_at` string
  - `event_batches` EventBatches[]
    - `id` string
    - `name` string
    - `max_tickets` number
    - `available_tickets` number
    - `issued_tickets` number
    - `sold_tickets` number
    - `currency` string
    - `price` number
    - `created_at` string
    - `updated_at` string
  - `subscriptions` SubscriptionResponse[]
    - `id` string
    - `name` string
    - `description` string
    - `currency` string
    - `price` number
    - `frequency` string
    - `installments` number
    - `qty_charges` number
    - `trial_days` number
    - `setup_fee` number
    - `setup_fee_enabled` boolean
  - `revenue_partners` ProductRevenuePartners[]
    - `account_id` string
    - `legal_name` string
    - `status` string
    - `document_id` string
    - `percentage` number
    - `split_invoices` boolean
    - `start_date` string
    - `end_date` string

## Other responses

- `400` — Solicitação Inválida
- `404` — Não Encontrado

---

[API](https://skmtc.dev/kiwify/apis/api-kiwify.md) · [All operations](https://skmtc.dev/kiwify/apis/api-kiwify/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kiwify/api-kiwify/revisions/b4bbffaf0088/schema)
