Skip to content

Commit c289eb7

Browse files
committed
add get_rate_estimate method
1 parent c11ba9b commit c289eb7

4 files changed

Lines changed: 443 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ Methods
5555
which the address resides.
5656
- [create_label_from_rate_id](./docs/create_label_from_rate_id_example.md) - Purchase a label by `rate_id`. When using the `get_rates_from_shipment` method, you can use one of the returned `rate_id` values with this method to purchase a label against a given rate.
5757
- [create_label_from_shipment](./docs/create_label_from_shipment.md) - Purchase a label created from shipment details.
58+
- [get_rate_estimate](./docs/get_rate_estimate_example.md) - Get a rate estimate given minimal shipment details (carrier IDs, origin/destination, and weight) without requiring a full shipment object.
5859
- [get_rates_from_shipment](./docs/get_rates_from_shipment_example.md) - Fetch rates from shipment details to shop the best shipping rate for your package.
5960
- [list_carriers](./docs/list_carriers_example.md) - Lists the carrier accounts connected to your ShipEngine account.
6061
- [track_package_by_label_id](./docs/track_package_by_label_id_example.md) - Track a package by `label_id`, the preferred way to track shipments if you create shipping labels using ShipEngine. This method returns

0 commit comments

Comments
 (0)