v1
latestOpenAPI 3.1.02026-07-2615040.1 KBInformações do pedido
get/api/v0/order/info/{id}
Path parameters
idstring required
Id do pedido SuperFrete
Response
200
Example response
{
"id": "JlmCKlsK7G471C4ChJYX",
"format": "box",
"delivery": 5,
"delivery_min": 5,
"delivery_max": 5,
"discount": 5.01,
"height": 2,
"width": 11,
"length": 16,
"weight": 0.3,
"from": {
"address": "Rua do remetente",
"city": "Cidade",
"district": "Bairro",
"name": "Nome do remetente",
"location_number": "S/N",
"postal_code": "20020050",
"state_abbr": "RJ",
"country_id": "BR"
},
"to": {
"address": "Rua do destinatário",
"city": "Cidade",
"district": "Bairro",
"name": "Nome do destinatário",
"location_number": "S/N",
"postal_code": "01153000",
"state_abbr": "SP",
"country_id": "BR"
},
"invoice": "123456",
"price": 19.79,
"tracking": "EC451638075BR",
"status": "pending",
"service_id": 1,
"products": [
{
"name": "Produto 1",
"quantity": "1",
"unitary_value": "100"
}
],
"generated_at": "2022-12-03T17:36:01.159Z",
"posted_at": "2022-12-03T17:36:01.159Z",
"created_at": "2022-12-03T17:34:39.399Z",
"updated_at": "2022-12-03T17:36:04.481Z"
}