| Name | Description | Type | Additional information |
|---|---|---|---|
| IsSuccess |
Indicates if there was an error printing your shipping label. |
boolean |
None. |
| Message |
If there was an error, this is where it will be displayed. |
string |
None. |
| Label |
Base64 PDF of the shipping label(s). |
string |
None. |
| Label2 |
Base64 PDF of the customs forms (if applicable). |
string |
None. |
| BOL |
Bill of Lading, only returned if shipping freight. |
string |
None. |
| labelCount |
Number of shipping labels for this shipment. |
integer |
None. |
| ShippingLabelId |
Primary label's ShippingLabelId. |
integer |
None. |
| OrderId |
The OrderId this shipment shipped under. Useful for voiding. |
integer |
None. |
| TrackingNumbers |
Tracking numbers for each package. |
Collection of string |
None. |