For the complete documentation index, see llms.txt. This page is also available as Markdown.

UpdateShipmentTracking

updateShipmentTracking

update ShipmentTracking

put
Authorizations
AuthorizationstringRequired
Body
shipmentIdstringRequired
trackingIdNumberstringRequired
shipmentRouteSegmentIdstringRequired
shipmentPackageSeqIdstringOptional
Responses
401

Authentication required

No content

put/updateShipmentTracking
PUT /rest/s1/poorti/updateShipmentTracking HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Content-Type: application/json
Accept: */*
Content-Length: 109

{
  "shipmentId": "text",
  "trackingIdNumber": "text",
  "shipmentRouteSegmentId": "text",
  "shipmentPackageSeqId": "text"
}

No content

Last updated

Was this helpful?