LookupApi

Get Delivery Times

Gets available delivery and pickup times, assisting in scheduling and planning shipments.

post/deliverytime

Request body

pickupDatestring date-time nullable

Requested pickup date. If null, the nearest available pickup date is used.

pickupCountryCodestring nullable

ISO country code of the pickup address.

pickupZipCodestring nullable

Postal/zip code of the pickup address.

pickupCitystring nullable

City of the pickup address.

deliveryCountryCodestring nullable

ISO country code of the delivery address.

deliveryZipCodestring nullable

Postal/zip code of the delivery address.

deliveryCitystring nullable

City of the delivery address.

overseasPrintsLabelsboolean nullable

Set to true when the shipment is an overseas shipment that prints its own labels. Affects which delivery time rules are applied.

Response

OK

status'OK' | 'Error' | 'ValidationFailed'

0 = OK, 1 = Error, 2 = ValidationFailed

traceIDstring nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.