---
title: "Listar reserva de estoque"
method: GET
path: "/{alias}/logistics/stock-reservations"
tags: ["Logística - Reservas de estoque"]
---

# Listar reserva de estoque

`GET /{alias}/logistics/stock-reservations`

Lista todas as reservas de estoque

## Path parameters

- `alias` string, required

## Query parameters

- `sku_id` integer
- `stock_id` integer
- `order_id` integer
- `q` string

## Response `200`

Lista das reservas de estoque

- object — Representa uma paginação com meta
  - `data` StockReservation[]
    - `id` integer
    - `order_id` integer
    - `sku_id` integer
    - `stock_id` integer
    - `sku` string
    - `sku_name` string
    - `order_status` string
    - `order_status_name` string
    - `order_number` string
    - `customer_name` string
    - `quantity` integer
    - `previous_quantity` integer
    - `authorized_at` string, date-time
    - `cancelled_at` string, date-time
    - `created_at` BaseTimestamp
      - `date` string — Data e hora no formato YYYY-MM-DD H:MM:SS.
      - `timezone_type` integer — Número de representação do timezone.
      - `timezone` string — Fuso horário associado.
    - `updated_at` BaseTimestamp
      - `date` string — Data e hora no formato YYYY-MM-DD H:MM:SS.
      - `timezone_type` integer — Número de representação do timezone.
      - `timezone` string — Fuso horário associado.
    - `stock` object
      - `data` object
  - `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)
