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"},"raw_delivery_text":null}{"min":{"date":"2012-12-13","time":null,"utc_offset":null,"timezone_identifier":null},"max":null,"raw_delivery_text":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},"raw_delivery_text":null}{"min":null,"max":null,"raw_delivery_text":"tomorrow"}
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
raw_delivery_text
string or null
required

Contains raw delivery text extracted from email content, such as 'today', 'tomorrow', or 'overnight'. Currently, this field is populated only for Amazon emails when relative delivery terms are present. If a full specific date for min/max is already present from email content, this field remains null; if min/max is inferred from the relative delivery terms, it may be returned alongside min/max. The original case of the retained term is preserved.

Example:
tomorrow
preparing...