[1.23.0] Services

 

Warning!

The resource is available only in the following countries: PL, IT

List of services for the Organization. Currently, available services for a given country can be found at: https://dokumentacja-inpost.atlassian.net/wiki/spaces/PL/pages/28639264


Structure

The Service resource has the following attributes:

Attribute

Type

Description

Availability

Attribute

Type

Description

Availability

id

String

Unique service identifier.

PL, IT

name

String

Service name.

PL, IT

description

String

Service description.

PL, IT

additional_services

Array

List of available additional services.

PL, IT

 

The additional_services object has the following attributes:

Attribute

Type

Description

Availability

Attribute

Type

Description

Availability

id

String

Unique identifier.

PL, IT

name

String

Name.

PL, IT

description

String

Description.

PL, IT

 

 

 

PL, IT

 

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