Improved
Cycle 4 updates, Q3 2022.
 about 3 years ago by Pierre
π Hi folks, welcome to our product update! A lot to unpack here since we last wrote, Cycle 4, c'est parti!
β¨ New & Improved.
A new API enters our family: CO2 emissions for shipments.
- The new shipment API lets users build a multimodal trip, with several legs. π¦
 - CO2e emissions are accredited, and split per leg into well-to-tank and tank-to-wheel. π
 - Users can now pass in ISO container types to facilitate the integration with other APIs such as Chain.io. π
 - The API contract is flexible so you can use (un)locodes, geocoordinates or location names. π
 - Supported modes are π³ Sea transport and π Road transport.
 
{
   "metadata":{
   },
   "details": {
       "shipmentId": "AH3424325EF313D",
       "status": "BOOKED",
       "bookingNumber": "3532313",
       "carrier": {
           "name": "CMA CGM",
           "scac": "CMDU"
       },
       "client": {
           "name": "Widgets on line."
       }
   },
   "containers":[
      {
         "weight":13000.0,
         "quantity":2,
         "sizeTypeCode":"40HC"
      }, 
      {
          "quantity": 1
      }
   ],
   "type":"CONTAINER",
   "legs":[
      {
         "from":"CLSAI",
         "to":"PAMIT",
         "mode":"sea",
         "details": {
             "dateTime": {
                 "departure": "2022-02-22T15:00:00Z",
	           	 "arrival": "2022-02-28T15:00:00+01:00"
             }
         }
      }
   ]
}{
    "metadata": {},
    "parameters": {
        "containers": [
            {
                "weight": 13000,
                "quantity": 2,
                "sizeTypeCode": "40HC"
            },
            {
                "quantity": 1
            }
        ],
        "type": "CONTAINER",
        "details": {
            "shipmentId": "AH3424325EF313D",
            "bookingNumber": "3532313",
            "status": "BOOKED",
            "client": {
                "name": "Widgets on line."
            },
            "carrier": {
                "name": "CMA CGM",
                "scac": "CMDU"
            }
        }
    },
    "co2e": {
        "total": 3286850,
        "wtt": 248585,
        "ttw": 3038265,
        "intensity": 0.0119
    },
    "legs": [
        {
            "from": {
                "locode": "CLSAI",
                "coordinates": [
                    -71.6186943054199,
                    -33.5886058807373
                ],
                "city": "San Antonio",
                "country": "Chile"
            },
            "to": {
                "locode": "PAMIT",
                "coordinates": [
                    -79.8831903934479,
                    9.36146351865689
                ],
                "city": "Manzanillo",
                "country": "Panama"
            },
            "mode": "sea",
            "parameters": {
                "details": {
                    "dateTime": {
                        "arrival": "2022-02-28T15:00:00+01:00",
                        "departure": "2022-02-22T15:00:00Z"
                    }
                }
            },
            "properties": [
                {
                    "container": {
                        "weight": 45000,
                        "quantity": 2,
                        "sizeTypeCode": "40HC"
                    },
                    "dataType": "DEFAULT",
                    "weight": 45000,
                    "distance": 5021925,
                    "secaIntersection": 0,
                    "containerSizeTypeCode": "40HC",
                    "vessel": {
                        "imo": null,
                        "name": "Intra South America GLEC Representative Vessel",
                        "minTEU": null,
                        "maxTEU": null
                    },
                    "nTEU": 4.5,
                    "tradeLane": "Intra South America"
                },
                {
                    "container": {
                        "quantity": 1,
                        "weight": 10000,
                        "sizeTypeCode": "20GP"
                    },
                    "dataType": "DEFAULT",
                    "weight": 10000,
                    "distance": 5021925,
                    "secaIntersection": 0,
                    "containerSizeTypeCode": "20GP",
                    "vessel": {
                        "imo": null,
                        "name": "Intra South America GLEC Representative Vessel",
                        "minTEU": null,
                        "maxTEU": null
                    },
                    "nTEU": 1,
                    "tradeLane": "Intra South America"
                }
            ],
            "co2e": {
                "total": 3286850,
                "wtt": 248585,
                "ttw": 3038265,
                "intensity": 0.0119
            }
        }
    ],
    "certificateUrl": "https://api.searoutes.com/shipment/v2/report/co2/2bfc5405-8563-446f-92b9-7926c148ba0e/certificate.pdf"
}CO2e calculations are certifiable.
- What's more, when computing the CO2e emissions of a shipment, the parameter 
generateCertificate=truecan be used to obtain a certificate of calculations. βοΈ - The calculation of emissions are in compliance with the GLEC framework, and the certificate details the assumptions made for the calculations. π
 - If you are interested in using this certificate with your company logo, get in touch. π
 
Simulate the CO2e emissions of your shipments online.
- This release sees both the Shipment API and the Certificate make its way to our web app. π
 - We've integrated π Rail transport and Inland Waterways simulations include all modes of transport. πΉ
 - You can try it yourself, and give us feedback at [email protected]. π£
 
π  Fixes & Updates.
- More rail regions (including Oceania, Asia), geocoding improvements (zipcodes, road terminals) and maritime route fixes (Alaska).
 - Updates of emission factors following the GLEC Framework 2022 update.
 
π Preview of Cycle 5.
- In Cycle 5, we'll work on extending our Shipment API to other modes: βοΈ Air transport π Rail transport and IWW.
 - While we only cover the Full Container Load (FCL) use case on the Shipment API, we're working on cycle 5 to allow Less than Container Loads (LCL).
 - A better handling of CO2 Emissions for Reefer containers is planned.
 - Finally, users will be able to pass in 
distanceandregionas a parameter for our CO2 APIs, so any referential can be used. - When possible, our web app will provide more information about transport options on a particular leg.
 
You just read our Product Update πWe'd love to hear what you think about these updates. Send us your feedback at [email protected]!