What's New
- (add) DPD carrier integration `carrier-integration`
- (enhance) static service level definition with support for zones
- (introduce) unified tracking statuses
- (enrich) tracking details with package and shipment info
- (add) `street_number` field to `Address` model
- (add) `carrier_tracking_link` to `shipment.meta`
"meta": {
"carrier_tracking_link": "https://www.fedex.com/fedextrack/?trknbr=794622728852",
"tracking_numbers": [
"794622728852"
],
"ext": "fedex",
"carrier": "fedex",
"service_name": "FEDEX INTERNATIONAL ECONOMY",
"rate_provider": "fedex"
},
- (enrich) tracker details with :
{
"tracking_number": "string",
"carrier_name": "amazon_mws",
"account_number": "string",
"reference": "string",
"info": {
"carrier_tracking_link": "string",
"customer_name": "string",
"expected_delivery": "string",
"note": "string",
"order_date": "string",
"order_id": "string",
"package_weight": "string",
"package_weight_unit": "string",
"shipment_package_count": "string",
"shipment_pickup_date": "string",
"shipment_delivery_date": "string",
"shipment_service": "string",
"shipment_origin_country": "string",
"shipment_origin_postal_code": "string",
"shipment_destication_country": "string",
"shipment_destination_postal_code": "string",
"shipping_date": "string",
"signed_by": "string",
"source": "string"
}
}
_Note that you can override all the info fields using `POST /v1/trackers` and `PUT /v1/trackers/{tracker_id}`_
- (add) `latitude` and `longitude` to the `TrackingEvent` model for future use with last-mile carriers and automatic background updates by Karrio.
Fixes
- (revert) to FedEx single call ETD implementation
- (invalid) mapping of the `Suburb` field on the `DHL Express Rate` request
- (fix) incoherent UPS service names
Changes
- (deprecating) `DELETE /v1/orders/{order_id}` in favor of `POST /v1/orders/{order_id}/cancel`
- (change) tracking request details at the SDK level.
- Introduce `account_number` and `reference`
- Remove `level_of_details` and `language`
- (renamed) UPS services to be region aware (`This will require draft shipments rates to be refreshed`)