Retrieve Shipment Rates
When you rate shipments, ShipEngine returns a list of rates with information about each one, such as the costs and the estimated delivery date. Each of these rates is specific to the shipment information provided in the rate request.
This shipment information is stored by ShipEngine as a shipment
object, and each rate is associated with a shipment_id
.
You can then retrieve the rates later using this shipment_id
.
Example Request
GET /v1/shipments/:shipment_id/rates
This example retrieves the rates for shipment se-2102034
Example Response
The response includes a list of rates for shipment se-2102034
. Each rate includes a rate_id
that you can use to
create a label.
Similar to before, we're only displaying a single rate, even though many more were returned.