Skip to content

Commit 293ab52

Browse files
author
Greg Taylor
committed
Comments on the example.
1 parent ecbc924 commit 293ab52

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

examples/create_shipment.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
#!/usr/bin/env python
22
"""
3-
This example shows how to ship shipments.
3+
This example shows how to create shipments. The variables populated below
4+
represents the minimum required values. You will need to fill all of these, or
5+
risk seeing a SchemaValidationError exception thrown.
6+
7+
Near the bottom of the module, you'll see some different ways to handle the
8+
label data that is returned with the reply.
49
"""
510
import logging
611
import binascii

0 commit comments

Comments
 (0)