Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 1.33 KB

File metadata and controls

22 lines (14 loc) · 1.33 KB

GetSingleShipment

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]
fromAddress GetSingleShipmentFromAddress [optional]
parcel ShipmentDomesticParcel [optional]
metadata List<GetAllShipmentsDataInnerMetadataInner> Additional metadata that needs to be stored for this shipment can be added here. For now, `costAccountName` is supported. [optional]
parcelTrackingNumber String The Tracking number given to the Parcel for tracking purpose. [optional]
rate GetSingleShipmentRate [optional]
service String This indicates the carrier based service that is used for shipment. [optional]
shipmentId String A unique identifier associated with Shipment ID. [optional]
status String The status of the Shipment. [optional]
toAddress GetSingleShipmentToAddress [optional]