Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Purplship server edition 2021.2 [tracking API spree]

Compare
Choose a tag to compare
@danh91 danh91 released this 18 Feb 12:34
· 921 commits to main since this release
68db45c

What's New

  • Integrate new carriers supported by the Purplship SDK 2021.2 (see https://github.com/PurplShip/purplship/releases/tag/v2021.2)

    • integrate aramex Tracking API
    • update canpar Full API integration
    • integrate australiapost Tracking API
    • integrate dhl_universal Tracking API
    • integrate dicom Tracking API
    • integrate usps Tracking API
    • integrate dicom Tracking API
    • integrate sendle Tracking API
    • integrate sf_express Tracking API
    • integrate yanwen Tracking API
    • integrate yunexpress Tracking API
  • Reintroduce the concept of system-wide carrier connection (available to all users)

  • Separate the user carrier connections from the system ones

  • Filter out carriers without support to Rate requests from the selection before the multi-carrier fetch calls

  • Introduce a Trackers page in the dashboard to visualize shipment trackers

  • Update list APIs to return paginated results instead of directly entities lists

  • Add explicit shipment payment method for label purchase in the dashboard

  • Replace PricingCharge with Surcharge and improve documentation on Broker's surcharge configuration

Fixes

  • Improve query params flags definition
  • Fix API Logs for relevant requests methods (POST, PUT, DELETE)