Pickup/Drop-Off Locations

Our API allows you to find nearby pickup or drop-off (PUDO) locations for carriers based on the location and distance.

Overview

These requests allow you to get pickup and drop-off locations from carriers through a proximity-based search with a single HTTPS request and is typically used during checkout and the returns process to provide location options.

You can retrieve location information through these APIs using a unique identifier and allow customers to choose a convenient location before a shipping label is generated.

Find Pickup/Drop-Off Locations

You can retrieve the pickup and drop-off locations for a carrier using the v4/track/place-info/lookup endpoint.

Lookup places

post

Lookup drop-off/pick-up locations for a courier, by location & distance.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Query parameters
accountinteger[]Optional
orderingstringOptional

Which field to use when ordering the results.

Body
accountintegerRequired

ID of account for this lookup

country_iso3stringRequired

ISO 3166-1 alpha-3 code of country

Pattern: ^\w{3}$
Responses
200Success
application/json
post
/v4/track/place-info/lookup/

Get Pickup/Drop-Off Location Details

You can retrieve the details of pickup and drop-off locations for a carrier using the v4/track/place-info/{external_id} endpoint.

Retrieve Place Info

get

Lookup drop-off/pick-up locations for a courier, by location & distance.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
external_idstring · uuidRequired

parcelLab generated unique ID for this place

Responses
200Success
application/json
get
/v4/track/place-info/{external_id}/

Last updated

Was this helpful?