You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,7 @@ Methods
55
55
which the address resides.
56
56
-[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.
57
57
-[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.
58
59
-[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.
59
60
-[list_carriers](./docs/list_carriers_example.md) - Lists the carrier accounts connected to your ShipEngine account.
60
61
-[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