Skip to main content
GET
/
formas-envio
Listar formas de envio
curl --request GET \
  --url https://api.tiny.com.br/public-api/v3/formas-envio \
  --header 'Authorization: Bearer <token>'
{
  "itens": [
    {
      "nome": "<string>",
      "tipo": 0,
      "situacao": 1,
      "id": 123,
      "gatewayLogistico": {
        "id": 123,
        "nome": "<string>"
      }
    }
  ],
  "paginacao": {
    "limit": 123,
    "offset": 123,
    "total": 123
  }
}

Query Parameters

nome
string

Pesquisa por nome parcial ou completo da forma de envio

tipo
enum<number>

Pesquisa por tipo de forma de envio

  • 0 - Sem Frete
  • 1 - Correios
  • 2 - Transportadora
  • 3 - Mercado Envios
  • 4 - B2w Entrega
  • 5 - Correios Ff
  • 6 - Customizado
  • 7 - Jadlog
  • 8 - Totalexpress
  • 9 - Olist
  • 10 - Gateway
  • 11 - Magalu Entregas
  • 12 - Shopee Envios
  • 13 - Ns Entregas
  • 14 - Viavarejo Envvias
  • 15 - Madeira Envios
  • 16 - Ali Envios
  • 17 - Loggi
  • 18 - Conecta La Etiquetas
  • 19 - Amazon Dba
  • 20 - Magalu Fulfillment
  • 21 - Ns Magalu Entregas
  • 22 - Shein Envios
  • 23 - Mandae
  • 24 - Olist Envios
  • 25 - Kwai Envios
  • 26 - Beleza Envios
  • 27 - Tiktok Envios
  • 28 - Hub Envios
  • 29 - Forma Teste
  • 30 - Posta Ja
  • 31 - Temu Envios
Available options:
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31
situacao
enum<number>

Pesquisa por situação da forma de envio

  • 0 - Sem Frete
  • 1 - Correios
  • 2 - Transportadora
  • 3 - Mercado Envios
  • 4 - B2w Entrega
  • 5 - Correios Ff
  • 6 - Customizado
  • 7 - Jadlog
  • 8 - Totalexpress
  • 9 - Olist
  • 10 - Gateway
  • 11 - Magalu Entregas
  • 12 - Shopee Envios
  • 13 - Ns Entregas
  • 14 - Viavarejo Envvias
  • 15 - Madeira Envios
  • 16 - Ali Envios
  • 17 - Loggi
  • 18 - Conecta La Etiquetas
  • 19 - Amazon Dba
  • 20 - Magalu Fulfillment
  • 21 - Ns Magalu Entregas
  • 22 - Shein Envios
  • 23 - Mandae
  • 24 - Olist Envios
  • 25 - Kwai Envios
  • 26 - Beleza Envios
  • 27 - Tiktok Envios
  • 28 - Hub Envios
  • 29 - Forma Teste
  • 30 - Posta Ja
  • 31 - Temu Envios
Available options:
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13,
14,
15,
16,
17,
18,
19,
20,
21,
22,
23,
24,
25,
26,
27,
28,
29,
30,
31
limit
integer
default:100

Limite da paginação

offset
integer
default:0

Offset da paginação

Response

OK

itens
· object[]
paginacao
· object