EstimatedDeliveryDateTime

EstimatedDeliveryDateTime or null

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

Examples:
{"min":{"date":"2012-12-12","time":"00:00:00","utc_offset":8,"timezone_identifier":"Asia/Shanghai"},"max":{"date":"2012-12-13","time":"00:00:00","utc_offset":8,"timezone_identifier":"Asia/Shanghai"}}{"min":{"date":"2012-12-13","time":null,"utc_offset":null,"timezone_identifier":null},"max":null}{"min":{"date":"2012-12-12","time":"00:00:00","utc_offset":null,"timezone_identifier":null},"max":{"date":"2012-12-13","time":"00:00:00","utc_offset":null,"timezone_identifier":null}}
min
DateTime or null
required

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

Example:
{"date":"2012-12-12","time":"13:06:22","utc_offset":8,"timezone_identifier":"Asia/Shanghai"}
date
string or null
required

Date string in YYYY-MM-DD format.

Example:
2012-12-12
time
string or null
required

Time string in HH:mm:ss format

Example:
13:06:22
utc_offset
number or null
required

UTC offset in hour.

Example:
8
timezone_identifier
string or null
required

Timezone identifier follows timezone database name.

Example:
Asia/Shanghai
max
DateTime 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:
{"date":"2012-12-12","time":"13:06:22","utc_offset":8,"timezone_identifier":"Asia/Shanghai"}
date
string or null
required

Date string in YYYY-MM-DD format.

Example:
2012-12-12
time
string or null
required

Time string in HH:mm:ss format

Example:
13:06:22
utc_offset
number or null
required

UTC offset in hour.

Example:
8
timezone_identifier
string or null
required

Timezone identifier follows timezone database name.

Example:
Asia/Shanghai
preparing...