ShipDate Property
The date the user requests UPS to pickup the package from the origin.
Syntax
[VB.NET] Public Property ShipDate As String
[C#] public string ShipDate {get; set;}
Remarks
This is required to be provided when GetShippingTime method is called. Query cannot exceed 60 days into the future.
This should be entered in this format: YYYYMMDD.
Default Value
""