List of access points
GET
/accessPoint
AccessPoint
Maintainer:Not configured
Purpose and Usage
For example, in an e-shop where a customer can choose which branch (Access Point) they would like to have their shipment delivered to.
When creating a shipment in an ERP system or another e-commerce solution, it is necessary to programmatically select an appropriate or nearest pickup location based on customer data (postal code, address, etc.).
Request
Query Params
AccessPointCode
string
optional
CountryCode
string
required
If you want to display access points for a country other than the Czech Republic, you must enter the countryCode; otherwise, access points for the Czech Republic will be displayed.
ZipCode
string
optional
City
string
optional
AccessPointTypes
array[string]
optional
Allowed values:
NoneParcelShopParcelBoxAlzaBox
Radius
integer <int32>
optional
Latitude
number <double>
optional
Longitude
number <double>
optional
TribalServicePoint
boolean
optional
ActiveCardPayment
boolean
optional
ActiveCashPayment
boolean
optional
PickupEnabled
boolean
optional
Sizes
array[string]
optional
Limit
integer <int32>
required
>= 1<= 1000
Offset
integer <int32>
required
>= 0
Header Params
Accept-Language
string
optional
X-Correlation-ID
string
optional
X-LogLevel
enum<string>
optional
Allowed values:
TraceDebugInformationWarningErrorCritical
Request samples
Responses
Modified at 2025-04-09 13:20:04