Skip to main content
Schema2020-08-27object

delivery_estimate

Source
openapi/spec3.json
Commit
d70de345383d
Active snapshot
da69df7e6e11

DeliveryEstimate

object
date string
optional

If `type` is `"exact"`, `date` will be the expected delivery date in the format YYYY-MM-DD.

earliest string
optional

If `type` is `"range"`, `earliest` will be be the earliest delivery date in the format YYYY-MM-DD.

latest string
optional

If `type` is `"range"`, `latest` will be the latest delivery date in the format YYYY-MM-DD.

type string
required

The type of estimate. Must be either `"range"` or `"exact"`.