| Name | Type | Description | Notes |
|---|---|---|---|
| correlationId | String | This is a GUID (globally unique identifier) that's automatically generated for every request that the webserver receives. | [optional] |
| size | SizeEnum | This defines the label size of the Shipment, e.g., Shipping Label having Doc Size (8' X 11'). | [optional] |
| type | TypeEnum | This defines the type of the Shipment, e.g., Shipping Label. | [optional] |
| format | FormatEnum | This defines the type of the shipment which is printed. For example Shipping label prints in PDF form. | [optional] |
| fromAddress | ReprintShipmentFromAddress | [optional] | |
| parcel | ReprintShipmentParcel | [optional] | |
| parcelTrackingNumber | String | The Tracking number given to the Parcel for tracking purpose. | [optional] |
| rate | ReprintShipmentRate | [optional] | |
| shipmentId | String | A unique identifier associated with Shipment ID. | [optional] |
| shipmentOptions | ShipmentOptions | [optional] | |
| toAddress | ReprintShipmentToAddress | [optional] |
| Name | Value |
|---|---|
| DOC_8_X11 | "DOC_8X11" |
| Name | Value |
|---|---|
| SHIPPING_LABEL | "SHIPPING_LABEL" |
| Name | Value |
|---|---|
| "PDF" |