Skip to content

Latest commit

 

History

History
47 lines (27 loc) · 1.66 KB

File metadata and controls

47 lines (27 loc) · 1.66 KB

ReprintShipment

Properties

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]

Enum: SizeEnum

Name Value
DOC_8_X11 "DOC_8X11"

Enum: TypeEnum

Name Value
SHIPPING_LABEL "SHIPPING_LABEL"

Enum: FormatEnum

Name Value
PDF "PDF"