Site Logo

🎉 ShipEngine is becoming ShipStation API 🎉

Over the next few months you'll notice the ShipEngine website, documentation portal, and dashboard being rebranded as ShipStation API. For our ShipEngine customers, you don't need to take any action or change any of your integrations in any way. All endpoints will remain the same and continue to function as they always have.

To learn more about what's coming, review our New ShipStation API page.

Stop Tracking Updates

POST /v1/tracking/stop

This endpoint allows you to unsubscribe from tracking updates for a package. You specify the carrier_code and tracking_number of the package and we'll stop notifying you about shipping status changes.

ShipStation API automatically unsubscribes from tracking updates once a package is delivered or when a delivery exception occurs. So you don't need to explicitly unsubscribe in these cases.

Requirements

  • You'll need the carrier_code and tracking_numberof the package.

Example Request

1
2
3
POST /v1/tracking/stop/?carrier_code=stamps_com&tracking_number=9361269903502070406152 HTTP/1.1
Host: api.shipengine.com
API-Key: __YOUR_API_KEY_HERE__

If successful, ShipStation API will respond with an HTTP Status Code of 204 (No Content).