Skip to main content
GET
/
formas-envio
/
{idFormaEnvio}
Obter forma de envio
curl --request GET \
  --url https://api.tiny.com.br/public-api/v3/formas-envio/{idFormaEnvio} \
  --header 'Authorization: Bearer <token>'
{
  "nome": "<string>",
  "tipo": 0,
  "situacao": 1,
  "id": 123,
  "gatewayLogistico": {
    "id": 123,
    "nome": "<string>"
  },
  "formasFrete": [
    {
      "id": 123,
      "nome": "<string>",
      "codigo": "<string>",
      "codigoExterno": "<string>",
      "tipoEntrega": 0
    }
  ]
}

Path Parameters

idFormaEnvio
integer
required

Response

OK

nome
string | null
tipo
enum<string> | null
  • 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<string> | null
  • 1 - Habilitada
  • 2 - Desabilitada
Available options:
1,
2
id
integer
gatewayLogistico
· object
formasFrete
· object[] | null