---
title: "Listar notificações de estoque"
method: GET
path: "/{alias}/catalog/stock-notifications"
tags: ["Catálogo - Notificações de estoque"]
---

# Listar notificações de estoque

`GET /{alias}/catalog/stock-notifications`

Lista as notificações de estoque

## Path parameters

- `alias` string, required

## Response `200`

Listagem de notificações de estoque

- object — Representa uma paginação com meta
  - `data` StockNotification[]
    - `id` integer
    - `sku_id` integer — ID do SKU
    - `name` string — Nome da pessoa que será notificada
    - `email` string, email — E-mail da pessoa que será notificada
    - `notified_at` string, date-time
    - `created_at` string, date-time
    - `updated_at` string, date-time
  - `meta` object
    - `pagination` object
      - `total` integer
      - `count` integer
      - `per_page` integer
      - `current_page` integer
      - `total_pages` integer
      - `links` object
        - `previous` string
        - `next` string

---

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