ShipDateStart Property
Start of ship date range used to narrow search.
Syntax
[VB.NET] Public Property ShipDateStart As String
[C#] public string ShipDateStart {get; set;}
Remarks
This property value is optional to be entered in a track request (when the TrackShipment is called), but recommended as limits the results to this range. If not provided, results may vary. In this case, FedEx will default to a range that may not be useful for the search. If provided, ShipDateEnd is required.
This is required though to be provided in a email notification request (when the RequestEmailNotification method is called).
Format: YYYY-MM-DD.
Default Value
""