[1.23.0] Points
Warning!
The resource is available only in the following countries: PL, IT
Points resource represents the locations in which the logistics operator's services are available. Points can be self-service machines (Parcel locker, ParcelPoint) or branches, customer service points. Each of the locations offers specific services - the list of these services is returned to the response under the functions attribute.
Production environment:
https://api-shipx-pl.easypack24.net/v1/points
Sandbox environment:
https://sandbox-api-shipx-pl.easypack24.net/v1/points
Structure
Point
resource has the following attributes:
Attribute | Type | Description | Availability |
---|---|---|---|
| String | Unique point name e.g. KRA007 (Parcel Locker) | PL, IT |
| Array | Table specifying types of points available at the location. Possible types of points:
| PL, IT |
| String | Point status. | PL, IT |
| Object |
"latitude": 50.03988,
"longitude": 19.92485 | PL, IT |
| String | Location type. | PL, IT |
| String | Additional location description that may make it easier to reach. | PL, IT |
| String | Additional description | PL, IT |
| String | Additional description | PL, IT |
| Integer | Distance from the relative point location. If the relative point has not been specified, takes null value. | PL, IT |
| String | Point opening hours | PL, IT |
| Object |
"line1": "Kapelanka 14",
"line2": null | PL, IT |
address_details | Object | Detailed point address data | PL, IT |
| String | Point telephone number | PL, IT |
| String | Additional information about the point | |
| Array | Table specifying the functions offered by the point. Possible functions: | PL, IT |
| Integer | Partner ID | PL, IT |
| Boolean | Is it a NEXT automatic parcel station | PL, IT |
| Boolean | Availability of payment at a given point There is a possibility of payment_available = true with payment_type = 0, it means the payment is available | PL, IT |
| String | Payment type parameter | PL, IT |
| Integer | Virtual point | PL, IT |
| Array | Other points recommended nearby | PL, IT |
| Boolean | Is the parcel locker available 24/7 (Parcel lockers with the parameter set to true are dedicated service points for the Weekend Parcels service). | PL, IT |
easy_access_zone | Boolean | Does the parcel locker have an easy access zone? | PL, IT |
Point
resource in JSON format:
Authentication
Access to the resource does not require authentication.
List of Points
List of Points retrieval, the collection supports pagination, which can be found in API General information.
Example request
Response
Point details
Get point details.
Example request
Response
Search criteria
Parameter | Type | Description | Example | Availability |
---|---|---|---|---|
| String | Searches for shipments with given name. Searches for shipments with given names. |
| PL, IT |
| String | Searches for shipments with given type. Searches for shipments with given types. |
| PL, IT |
| String | Searches for shipments with given function. Searches for shipments with given functions. |
| PL, IT |
| Integer | Searches for shipments with given partner ID. Searches for shipments with given partner IDs. |
| PL, IT |
| Boolean | Searches for NEXT parcel locker points |
| PL, IT |
| Boolean | Searches by payment availability at the point |
| PL, IT |
| String | Searches for shipments with given post code. Searches for shipments with given post codes. |
| PL, IT |
| String | Searches for shipments with given city. Searches for shipments with given cities. |
| PL, IT |
| String | Searches for shipments with given province. Searches for shipments with given provinces. |
| PL, IT |
| Integer | Searches for shipments with given virtual value. Searches for shipments with given virtual values. |
| PL, IT |
| Date | Searches for points updated after the given date If |
| PL, IT |
| Date | Searches for points updated before the given date Requires providing |
| PL, IT |
Search by location
| String | Searches for points closest to the given location |
| PL, IT |
| String | Searches for points closest to the given post code |
| PL, IT |
| Double | Searches for points in distance up to the given value from Parameter usage requires sorting by distance. Default value: 10000 (10km) Maximum value 50000 (50km) |
| PL, IT |
| Integer | Point limiting parameter when using |
| PL, IT |
Result sorting
| Sort by point name |
| PL, IT |
| Sort by relative distance ( |
| PL, IT |
| Sort by status |
| PL, IT |
Sort ordering can be set using sort_order
attribute. By default the results are sorted in an ascending order using the name
field.
| Sorts in ascending order |
| PL, IT |
| Sorts in descending order |
| PL, IT |
Pagination
| Defines the page for which the results should be returnet |
| PL, IT |
| Defines the amount of points returned per page Default: 25 |
| PL, IT |
Filtering of returned fields
| Defines the point attributes that should be returned |
| PL, IT |