Skip to content
Last updated

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning. Version 2.1.0

[1.0.5] - 2025-09-23

Added

  • Added new field tracking_events (array) to the responses of /api/shipment/tracking and /api/shipment/tracking_by_platform_uk_id.
    This field represents the full shipment tracking timeline (all tracking events).

[1.0.4] - 2025-09-23

Added

  • Added detailed documentation for data.status field in /api/shipment/tracking and /api/shipment/tracking_by_platform_uk_id response.
    Introduced enumerated status values with descriptions:
    • created, available_for_pickup, in_transit, out_for_delivery, delivered, return_to_sender, voided, error, seized_by_law_enforcement, unknown.

[1.0.3] - 2025-08-29

Added

  • Added /api/shipment/batch/quick_rate endpoint to support batch shipment rate queries (up to 10 requests per call).
  • Added a duplicate-checking mechanism to /api/shipment/direct_buy and /api/shipment/create_and_pay.

[1.0.2] - 2025-08-27

Added

  • Added new response field scanned_time to the tracking API.
  • New endpoint /api/address/validate to validate U.S. addresses, return standardized components, and provide error/correction details.

[1.0.1] - 2025-08-25

Added

  • New endpoint /api/shipment/tracking_by_platform_uk_id to query shipment tracking status by platform_uk_id.

Changed

  • /api/shipment/void_label now supports platform_uk_id for voiding a label.

[1.0.0] - 2025-08-13

Added

  • Initial release of the ShipSaving New API, supporting shipment rating, label purchase, label voiding, and shipment tracking.