New Features & Enhancements
CreateShipmentApiModel
- Increased the character limitations for ShipperName and ConsigneeName fields to improve compatibility with external customer data and prevent validation errors during rating and shipment creation.
- The following endpoints will now have this change:
- /api/v1/CreateShipment
- /api/v1/Rating
- /api/v1/RatingWithRateQuoteIdAndBillTo
- /api/v1/RatingWithRateQuoteIdBazaarAndBillTo
- /api/clientv1/CreateShipmentAPI
- /api/clientv1/RatingWithRateQuoteId
- Maximum character length has expanded from 50 to 100 characters.
- Implemented truncation logic for manual deserialization processes (e.g., CreateShipment) to ensure consistency across different entry points.
Bug Fixes
Project44
- Fixed issue where time stamps were missing and carrier identification failures were causing rejected statuses.
A. Duie Pyle
- Fixed API tracking issue where the carrier tracking was inputting incorrect pickup dates.
Forward Air
- Fixed rating issue where the Excessive Length tiers were not properly being recognized when markups were applied.