---
title: "Listar transportadoras"
method: GET
path: "/{alias}/logistics/carriers"
tags: ["Logística - Transportadoras"]
---

# Listar transportadoras

`GET /{alias}/logistics/carriers`

Lista todas as transportadoras cadastradas

## Path parameters

- `alias` string, required

## Response `200`

Lista de transportadoras

- object — Representa uma paginação com meta
  - `data` Carrier[]
    - `id` integer
    - `type` string
    - `fixed_price` integer
    - `fixed_shipping_time` integer
    - `active` boolean
    - `name` string
    - `only_backup_use` boolean
    - `origin_zipcode` string
    - `increment_percent` number, float
    - `max_weight` number, float
    - `active_cubic_weight` boolean
    - `cubic_weight_factor` number, float
    - `min_cubic_weight` number, float
    - `weight_param` string
    - `weight_condition` string
    - `has_prices` integer
    - `total_prices` integer
    - `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.
  - `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)
