Retrieve shipping option transit times
Returns aggregated transit-time statistics per shipping option, optionally filtered by origin and destination country and a date window.
(shipping_option_code, from_country_code, to_country_code) row; rows with no transit-time data are omitted. When start_date and end_date are omitted, the response covers the last 90 days (UTC). start_date must be on or before end_date.Authorizations
Basic Authentication using API key and secrets is currently the main authentication mechanism.
Query Parameters
One or more shipping option codes to retrieve transit times for. Repeat the parameter to pass multiple values.
11 - 256["postnl_standard", "dhl_express"]ISO 3166-1 alpha-2 country codes of the origin to filter by. Repeat the parameter to pass multiple values.
2["NL"]ISO 3166-1 alpha-2 country codes of the destination to filter by. Repeat the parameter to pass multiple values.
2["AT", "DE"]Inclusive start of the window in YYYY-MM-DD format. Defaults to 90 days before today (UTC) when omitted.
"2025-03-01"
Inclusive end of the window in YYYY-MM-DD format. Defaults to today (UTC) when omitted.
"2025-03-31"
Response
OK
Response schema for the shipping option transit times endpoint.
Aggregated transit-time records matching the requested filters. Rows with no transit-time data are omitted.