Shipping by Air
POST /estimates/shipping-air
Parameter | type | required | default | description |
---|
shipmentMass | Mass | true | | Mass of the shipment. Our API never uses chargeable weight. |
distance | Distance | true send airportCodes if distance is missing | | Distance of the shipment. |
airportCodes | [AirportCode,AirportCode] | true send distance if airportCodes is missing | | IATA codes of the two airports. |
airTransportType | AirTransportType | false | unknown | Type of the aircraft. |
Return type
Parameter | type | description |
---|
id | ID | ID of the estimate |
response | Mass | Total WTW (well-to-wheel) emissions in tCO2e |