Bug Fixes
ECHO Global
- Fixed accessorial mapping issue for Excessive Length rates.
Shiplify
- Fixed issue where when loads with Shiplify added accessorials were duplicated, the full form was not acknowledging the same accessorials that should've returned with Shiplify.
CreateShipment API
- Added versioned API base URLs. The intergration a user's system picks is based on the path being called.
- The original path is unchanged - clients using the previous versions will keep the same behavior until a newer base path is chosen.
- v1 (original path)
- No changes. Behavior matches what you have today.
- v1.1
- Get loads: Carrier vs provider in the response is updated (which name and identifiers appear under carrier vs provider). Other operations behave like v1.
- v1.2 and later
- Get loads: Same as v1.1.
- Rating and booking (including flows that use a saved rate quote): If pallet-related fields are missing, we can fill them from your commodity lines before rating or creating the shipment, so results better match palletized freight.
- On the original v1 path, that commodity-based pallet defaulting does not run.
- v1 (original path)
- To adopt corrected Get loads only, move to v1.1 and regression-test any logic that consumes carrier, provider, codes, or SCAC fields on load carriers.
- To also adopt commodity-derived pallet defaults, use v1.2 or higher on the v1 line.