Parcel Shops (Private)
Retrieve the catalog of courier parcel shops / pickup points (Packeta and others),
including address, geolocation, and opening hours. Use these endpoints to build a
pickup-point selector; the returned branchId is what you pass as parcelShopId
when creating a shipment to a pickup point. Requires Private API (Bearer token) authentication.
List parcel shops for a courier
Returns a paginated list of a courier's parcel shops / pickup points, including address, geolocation, and opening hours.
Typical usage: fetch the catalog for a courier (optionally narrowed by countryCode) to
build a pickup-point selector or map, then pass a point's branchId as parcelShopId when
creating a shipment to that point.
path Parameters
courierIdIdentifier of the courier whose parcel shops to list (e.g., "packeta", "gls", "dpd").
query Parameters
countryCodeFilter by ISO 3166-1 alpha-2 country code (e.g., "SK", "CZ").
searchFree-text filter matched against name, city, and ZIP code.
pagePage number for pagination
pageSizeNumber of items per page
Headers
Accept-LanguageLanguage code for localized responses
List parcel shops for a courier › Responses
Paginated list of parcel shops
pageCurrent page number
pageSizeNumber of items per page
totalPagesTotal number of pages
nextPageWhether a next page exists
previousPageWhether a previous page exists
itemsCountTotal number of items across all pages
List of parcel shops