Services
List of services for the Organization. Currently, available services for a given country can be found at: Shipment sizes and services
On this page
Structure
The Service resource has the following attributes:
Attribute | Type | Description |
---|---|---|
| String | Unique service identifier. |
| String | Service name. |
| String | Service description. |
| Array | List of available additional services. |
The additional_services
object has the following attributes:
Attribute | Type | Description |
---|---|---|
| String | Unique identifier. |
| String | Name. |
| String | Description. |
An example of a resource in JSON:
{
"id":"inpost_courier_standard",
"name":"Kurier Standard",
"description":"Przesyłka kurierska standardowa.",
"additional_services":[
{
"id":"insurance",
"name":"Ubezpieczenie",
"description":"Ubezpieczenie przesyłki."
},{
"id":"cod",
"name":"Pobranie",
"description":"Pobranie za przesyłkę."
},{
"id":"sms",
"name":"Serwis SMS",
"description":"Powiadomienie o przesyłce via SMS."
},{
"id":"email",
"name":"Serwis e-mail",
"description":"Powiadomienie o przesyłce via e-mail."
},{
"id":"saturday",
"name":"Doręczenie sobota",
"description":"Doręczenie przesyłki w sobotę."
},{
"id":"dor1720",
"name":"Doręczenie od 17",
"description":"Doręczenie pomiędzy 17:00 a 20:00 obejmuje doręczenie przesyłki do Odbiorcy w dni robocze w godzinach wieczornych pomiędzy 17:00 a 20:00"
},{
"id":"rod",
"name":"Zwrot dokumentów",
"description":"Zwrot dokumentów"
}
]
}
Authentication
Access to the resource does not require authentication.
Services list
Returns list of all services handled by ShipX.
GET /v1/services
Request example
curl -X GET https://api-shipx-pl.easypack24.net/v1/services -H 'Content-Type: application/json'
Response