Karrio OSS 2024.9
Changes
Feat
- feat: Easyship integration (#569)
- feat: Add
pickup
support forfedex
JSON API integration (#690) - feat: introduce
shipping_date
field ofdatetime
type and deprecateshipment_date
ofdate
type to capture time for carriers that expect full futuredatetime
ship date values. - feat: Add
dhl_shipment_content
option fordhl_express
content description for insurance (#694)
Fix
- fix:
eshipper
carrier and services mapping (#675) - fix:
canadapost
non-uniq shipment group_id across account (#679) - fix:
fedex_ws
pickup request encoding (#690) - fix: organization GraphQL queries running on OSS build (#687)
- fix: Nextjs cache build issue (#688)
Important
With this release, we are deprecating the options.shipment_date - "2020-01-01"
field in favour of options.shipping_date - "2020-01-01T10:00"
.
You can still use shipment_date
. The introduction of shipping_date
is to move to a datetime format for carriers and APIs that expect a valid expected ship date and time.