---
title: "Visualizar um upsell"
method: GET
path: "/{alias}/pricing/upsells/{id}"
tags: ["Promoções - Upsells"]
---

# Visualizar um upsell

`GET /{alias}/pricing/upsells/{id}`

Visualiza um upsell específico

## Path parameters

- `alias` string, required
- `id` integer, required

## Response `200`

Detalhes do upsell

- object
  - `data` Upsell[]
    - `id` integer
    - `suggested_product_id` integer
    - `active` boolean
    - `context` string
    - `product_price` number, float
    - `product_quantity` integer
    - `name` string
    - `description` string
    - `email_subject` string
    - `sms` string
    - `views` integer

## Other responses

- `404` — Upsell não encontrada

---

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