Implement the following SDK methods.
ValidateAddresses
ListCarriers
VoidLabelWithLabelId
TrackUsingLabelId
TrackUsingCarrierCodeAndTrackingNumber
CreateLabelFromShipmentDetails
CreateLabelFromRate
GetRatesWithShipmentDetails
Implement the following SDK methods.
CreateImplicitManifest
Documentation for CreateManifest
Rename CreateImplicitManifest method to CreateManifest, as it covers both implicit and explicit manifests. Rename LabelDownload method to the more generic Download
Some documentation linking errors and minor typos
The Customs Item Quantity type has been changed to integer type for CreateLabelFromShipmentDetails model.
ShipmentItem.Quantity is now an int? instead of a double?.
Set casing of letter label layout enum
CreateLabelFromShipmentDetails parameters causing problems when unused has been made optional.
Update default timeout to 60s