v1
latestOpenAPI 3.1.02026-07-2622098.6 KBConsultar pedido pelo código
get/api/v1/shipmentsV2/{id}
Path parameters
IDinteger required
Response
200
Example response
{
"shipment_id": "98765432101",
"date_created": "2026-04-14 14:14:28",
"name": "Loja Teste",
"fantasy_name": "EMPRESA TESTE COMERCIO LTDA",
"internal_status": "new",
"status": "ENTREGUE",
"date_handling": "2026-04-14 14:14:33",
"date_shipped": "2026-04-15 15:58:19",
"date_first_visit": "2026-04-15 17:49:36",
"date_delivered": "2026-04-15 17:49:36",
"external_shipment_id": "98765432101",
"external_order_id": "3000012345678901",
"receiver_address_address_line": "Rua Exemplo 123",
"receiver_address_city": "São Paulo",
"receiver_address_neighborhood": "Bairro Teste",
"receiver_address_zip_code": "01010000",
"receiver_address_zone": "NORTE_3",
"receiver_address_receiver_name": "João da Silva",
"receiver_address_latitude": "-23.500000",
"receiver_address_longitude": "-46.600000",
"base_cost": "11.0000",
"external_seller_id": 1234567890,
"receiver_address_receiver_phone": "XXXXXXXXXXX",
"export_type": "manual",
"delivery_preference": "business",
"created_at": "2026-04-14 14:14:49",
"updated_at": "2026-04-15 17:49:51",
"client_data_id": 99999,
"client_name": "Loja Teste",
"account_id": 88888,
"account_name": "MARKETPLACE TESTE",
"collection_address_line": "Avenida Modelo 500",
"collection_address_city": "São Paulo",
"collection_address_state": "SP",
"collection_address_zip_code": "02020000",
"collection_latitude": -23.55,
"collection_longitude": -46.65,
"label_url": "https://etiquetas.exemplo.com.br/98765432101.pdf",
"original_status": "delivered",
"items": [
{
"external_item_id": "MLB9999999999",
"description": "Produto Exemplo Para Documentação",
"quantity": 1,
"category": "MLB0000",
"dimensions": "6.0x19.0x20.0,90.0"
}
],
"history": [
{
"id": 300000001,
"external_shipment_id": "98765432101",
"key": "status_delivered",
"value": "2026-04-15 17:49:58",
"sale_channel_id": 1,
"master_id": 999,
"latitude": "-23.500001",
"longitude": "-46.600001",
"distance": "0.00",
"url_comprovante": "https://etiquetas.exemplo.com.br/comprovantes/99999999_1234567890_1.png",
"driver_id": 500001,
"romaneio_id": 70000001,
"doc_driver": "111.222.333-44",
"name_driver": "MOTORISTA TESTE - (TARDE)",
"receiver_name": "João da Silva",
"receiver_doc": "12345678900",
"receiver_grau": "proprio",
"created_at": "2026-04-15 17:50:00",
"origin": "app",
"geocode_location_app": "real-time",
"car_type_driver": "Moto",
"board_driver": "ABC1D23"
}
]
}