« All modules

Courier Pickup Points

Puncte de ridicare curier.

Filters on list endpoints are URL path segments, not query strings — see Conventions. The Swagger tester works best for JSON body endpoints.
GET /courierpickuppoints/list/{courier_id}/ List pickup points for one courier

Returns the imported pickup point directory for a specific courier connector (DPD, FanCourier, SameDay, etc.). Values are cached locally in BOCP; refreshed from the courier via internal jobs.

Parameters

NameInTypeRequiredDescription
courier_id path integer yes BOCP courier connector ID.

Responses

StatusDescription
200 OK — response uses the shared envelope.
400 Request is malformed or a required field is missing / invalid.

This page is generated from openapi.json.