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
Path parameters
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
Parameter allowing to search either by trackerIdor clientTrackerId. Default behavior is by trackerId.
Request body
Response
Changes
Changed in 1 of the 3 revisions of this API.25
- ●
deleted the
headerrequest parameterAuthorizationrequest-parameter-removed
- ●
deleted the
headerrequest parameterContent-Typerequest-parameter-removed
- ○
the endpoint scheme security
Authorizationwas added to the APIapi-security-added
- ○
added the non-success response with the status
401response-non-success-status-added
- ○
added the non-success response with the status
403response-non-success-status-added
- ○
added the non-success response with the status
404response-non-success-status-added
- ○
added the non-success response with the status
429response-non-success-status-added
- ●