Benefits
- Auto import and track all your shipments - UPS, USPS, Fedex & 934 couriers (Free).
- Notify customers when shipments are In Transit, Out For Delivery, Delivered or have an Exception (Premium).
- Get tracking results and stats from your AfterShip account.
How it works
- Sign up for AfterShip account.
- Go to
Apps
and chooseAPI
. - Generate an API key.
- Follow the API documentation for integration.
Description
AfterShip API is the best way to connect your store to AfterShip. Not only you can get the basic features of AfterShip, you can insert tracking results directly at your store anywhere you want.
The AfterShip API is implemented as JSON
over HTTP
using all four verbs (GET
/POST
/PUT
/DELETE
). Each resource, like Tracking, Courier, has its own URL and is manipulated in isolation. In other words, we’ve tried to make the API follow the REST
principles as much as possible.