EstimatedDeliveryDate

EstimatedDeliveryDate or null

It refers to the estimated delivery date parsed from the email. The maximum will be null if the estimated delivery date does not have a valid time range.

Examples:
{"estimated_delivery_date_min":"2021-12-11","estimated_delivery_date_max":"2021-12-12"}{"estimated_delivery_date_min":"2021-12-11","estimated_delivery_date_max":null}
estimated_delivery_date_min
string<date> or null
required

It refers to the starting value of the estimated delivery date.

Example:
2021-12-11
estimated_delivery_date_max
string<date> or null
required

It refers to the ending value of the estimated delivery date. It will be null if the estimated delivery date does not have a valid time range.

Example:
2021-12-12
preparing...