Schema2020-08-27
objectdelivery_estimate
- Source
openapi/spec3.json- Commit
d70de345383d- Active snapshot
da69df7e6e11
DeliveryEstimate
objectdate string
optionalIf `type` is `"exact"`, `date` will be the expected delivery date in the format YYYY-MM-DD.
earliest string
optionalIf `type` is `"range"`, `earliest` will be be the earliest delivery date in the format YYYY-MM-DD.
latest string
optionalIf `type` is `"range"`, `latest` will be the latest delivery date in the format YYYY-MM-DD.
type string
requiredThe type of estimate. Must be either `"range"` or `"exact"`.