We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfa9c02 commit a6412abCopy full SHA for a6412ab
examples/create_shipment.py
@@ -110,10 +110,10 @@
110
# If you want to make sure that all of your entered details are valid, you
111
# can call this and parse it just like you would via send_request(). If
112
# shipment.response.HighestSeverity == "SUCCESS", your shipment is valid.
113
-shipment.send_validation_request()
+#shipment.send_validation_request()
114
115
# Fires off the request, sets the 'response' attribute on the object.
116
-#shipment.send_request()
+shipment.send_request()
117
118
# This will show the reply to your shipment being sent. You can access the
119
# attributes through the response attribute on the request object. This is
0 commit comments