PUT - Shipment Update

🚧

Warning:

When updating a shipment it requires a fully executed Shipment Object with the most recent parameter changes that you'd like to have invoked.

Updating a Shipment

The PUT shipment endpoint allows the updating of a specific shipment in the Freight Portal.

The PUT shipment endpoint has multiple parameter values that can be used as the shipmentReference. These values can be found below:

1. TenFourLicensePlate
2. FreightProviderReferenceNumber

The UPDATE HTTP Endpoint for shipment retrieval is listed below:

HTTP Verb: PUT
URI: /atlas/frexapi/shipment/{shipmentReference}
Authentication: Basic Auth or Bearer Token

Success Response:

{
  "TenFourLicensePlate":"COG1QXZZ"
}

What’s Next