Skip to content

Get the live ASAP service list for a transporter

GET
/rest/v1/transporter/{transporterId}/asap-services

Multi-hop external call: geocodes the customer address (OpenStreetMaps), fetches the carrier depot list, then queries ASAP for the available services. Server-side cutoff-time filter and the Next Day/Express whitelist are applied per the legacy getAsapServices() contract. Returns one entry per remaining service — productCode is the ASAP service id that needs to round-trip on the transporterExternalData payload at place-order time.

Parameters

Path Parameters

transporterId*
Type
integer
Required
Format
"int64"

Query Parameters

country*
Type
string
Required
Example"GR"
weight*

Shippable cart weight in grams

Type
number
Required
Format
"float"
address*

Street + number — used for geocoding

Type
string
Required
city*
Type
string
Required
postalCode
Type
string
county
Type
string

Responses

Service list

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI