Expedições
Incluir Forma de Frete
Serviço destinado a cadastrar novas formas de frete/transportadoras.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Serviço destinado a cadastrar novas formas de frete/transportadoras.
POST https://api.tiny.com.br/api2/forma.frete.incluir.php
| Parâmetro | Tipo | Ocorrência | Descrição |
|---|---|---|---|
| token | string | obrigatório | Chave gerada para identificar sua empresa |
| formato | string | obrigatório | Formato do retorno (json) |
| forma_frete | xml | obrigatório | Dados da forma de frete em formato XML |
curl -X POST https://api.tiny.com.br/api2/forma.frete.incluir.php \
-d "token=SEU_TOKEN&formato=json" \
-d "forma_frete=<?xml version=\"1.0\" encoding=\"UTF-8\"?><forma_frete>...</forma_frete>"
