📦 Trackers
Update an existing tracker
This endpoint allows to modify an existing Tracker matching with the given identifier.
Once the Tracker has gathered shipment tracking information, certain fields related to the shipment data cannot be modified. These include:
- courierCode
- originCountryCode
- destinationCountryCode
- destinationPostCode
- shippingDate
patch/public/v1/trackers/{trackerId}
Path parameters
trackerIdstring required
Required Id of the tracker, provided by Ship24 at creation. clientTrackerId can also be used in this field by employing the searchBy parameter.
Query parameters
searchBy'trackerId' | 'clientTrackerId'
Parameter allowing to search either by trackerIdor clientTrackerId. Default behavior is by trackerId.