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

# Listar upsells

`GET /{alias}/pricing/upsells`

Lista os upsells disponíveis

## Path parameters

- `alias` string, required

## Query parameters

- `q` string

## Response `200`

Lista de upsells

- object — Representa uma paginação com meta
  - `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
  - `meta` object
    - `pagination` object
      - `total` integer
      - `count` integer
      - `per_page` integer
      - `current_page` integer
      - `total_pages` integer
      - `links` object
        - `previous` string
        - `next` string

## Other responses

- `400` — Requisição inválida

---

[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)
