Versioning

Versioning helps the API users to smoothen the API upgrade process by providing a predictable new release and version deprecation schedule.

API users can manage their own system upgrade roadmap that fits their needs and no longer need to be bounded by the API version upgrade timeframe.

The API version is specified in the API endpoint URL. For AfterShip Tracking API, the URL would be:

preparing...

The version number follows a date-based format like YYYY-MM. For example, for the tracking resource in Apr 2025, the complete URL would be:

preparing...

To discover the exact API version serving your request, check the API response header field named as-api-version.

Header NameDescriptionFormat
as-api-versionThe actual API version that serves the request.YYYY-MM

2024-07 2024-10 2025-01 2025-04 and so on.

Expect a new version of the AfterShip Tracking API every quarter, released on the 2nd Thursday of the 1st month of that quarter. The table below provides the release dates for the next 6 versions:

VersionRelease DateSupported until
2024-012024-01-112025-07-09
2024-042024-04-112025-10-08
2024-072024-07-112026-01-07
2024-102024-10-102026-04-08
2025-012025-01-092026-07-08
2025-042025-04-102026-10-08

Every API version enjoys support for a minimum of approximately 18 months, ensuring that the first version remains supported until the day before the release of the seventh version. This provides developers with a substantial overlap of at least 15 months between two consecutive stable versions, allowing them ample time to complete their API upgrading process.

We strongly recommend updating your integration to the latest API version every quarter in order to use our latest features. If a request is made to an unsupported API version, it will automatically redirect to the oldest supported API version.

For example, if you make a request to the API version 2025-01 after 2026-07-08, the request will be served by the API version 2025-04 (the oldest supported version).

Version Support Schedule Chart

version_support_schedule_chart.png