Shipping by Sea
POST /estimates/shipping-sea
Return type
| Parameter | type | description |
|---|
| id | ID | ID of the estimate |
| response | Mass | Total WTW (well-to-wheel) emissions in tCO2e |
Shipping by Sea (Container Shipping)
POST /estimates/shipping-sea-containerized
| Parameter | type | required | default | description |
|---|
| containers | number | true | | Number of containers to be shipped (min. 1, max. 1000). |
| distance | Distance | true send locodes if distance is missing | | Distance of the shipment. |
| locodes | [Locode,Locode] | true send distance if locodes is missing | | Two UN/LOCODEs for the ports. |
| containerSize | ContainerSizeType | false | standard_20 | Container size type. |
| cargoType | ContainerCargoType | true | | Container cargo type. |
Return type
| Parameter | type | description |
|---|
| id | ID | ID of the estimate |
| response | Mass | Total WTW (well-to-wheel) emissions in tCO2e |