We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5759d17 commit f265b21Copy full SHA for f265b21
docs/get-rates-with-shipment-details.md
@@ -67,7 +67,7 @@ public class ShipEngineDemo {
67
)
68
));
69
70
- Map<String, String> result = shipengine.createLabelFromShipmentDetails(shipmentDetails);
+ Map<String, String> result = shipengine.getRatesWithShipmentDetails(shipmentDetails);
71
System.out.println("result = " + result);
72
}
73
@@ -253,4 +253,4 @@ Exceptions
253
----------
254
255
- This method will only throw an exception that is an instance/extension of **ShipEngineException** if there is a
256
- problem if a problem occurs, such as a network error or an error response from the API.
+ problem if a problem occurs, such as a network error or an error response from the API.
0 commit comments