Transport Tools
Query upstream and downstream transport records — goods transportation with routes, distances, and CO₂e emissions. This covers Scope 3 Category 4 (upstream transportation) and Category 9 (downstream transportation).list_transports
List upstream/downstream transport records with routes, distances, and CO₂e emissions. Use transport_direction to separate inbound raw materials (upstream) from outbound product distribution (downstream).
Parameters:
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
organization_id | string | No | default org | Organization UUID |
search | string | No | — | Search by description |
status | string | No | — | Status filter: active, deleted |
transport_direction | string | No | — | Direction: upstream or downstream |
from_date | string | No | — | Filter from this date (YYYY-MM-DD) |
to_date | string | No | — | Filter until this date (YYYY-MM-DD) |
page | integer | No | 1 | Page number |
size | integer | No | 50 | Results per page |
| Field | Description |
|---|---|
transport_direction | upstream (suppliers → you) or downstream (you → customers) |
transport_frequency | once, weekly, or monthly |
quantity_transported | Amount transported in the unit specified by unit.name |
supplier | Supplier or carrier name |
co2e | Total CO₂e emissions in kg across all sections |
sections | Route legs with origin/destination, geocodes, distance (kms), and per-section emissions |
sections[].transport_type | road, air, rail, maritime, or do_not_know |
sections[].kms | Calculated or user-provided distance in kilometers |
sections[].origin_geocode | Geocoded origin with lat/lon and country code (null if not geocoded) |
Workflow
- List transports —
list_transportsfiltered by direction, date range, or search - View emissions —
get_greenhouse_gas_emissionswithcategory=transport_distribution_upstreamorcategory=transport_distribution_downstreamfor aggregated totals - View logistics —
list_logistics_requestsfor GLEC-framework logistics calculations
Related
Logistics
GLEC-framework logistics calculations
Emissions
Aggregated Scope 3 transport emissions
API Reference
REST API endpoints for transport records