SendingMethod
resource object has the following attributes:
Attribute | Type | Description | Availability |
---|---|---|---|
id | String | Unique sending method identifier. Available values:
| PL, IT |
name | String | Shipment method name. | PL, IT |
description | String | Sending method description, can be used in integrations. | PL, IT |
SendingMethod
resource example in JSON format:
{ "id": "parcel_locker", "name": "Nadanie w Paczkomacie", "description": "Nadam przesyłkę w Paczkomacie" } |
Resource access does not require authentication.
Retrieving the list of available sending methods
GET /v1/sending_methods |
Search criteria
Parametr | Opis | Dostępny |
---|---|---|
service | Service name for which the list is retrieved | PL, IT |
Request example
curl -X GET https://api-shipx-pl.easypack24.net/v1/sending_methods -H 'Content-Type: application/json' |
Response
HTTP/1.1 200 OK Content-Type: application/json { "href": "https://api-shipx-pl.easypack24.net/v1/sending_methods", "items": [ { "id": "parcel_locker", "name": "Post at parcel locker", "description": "I will post a package at parcel locker" }, { "id": "pok", "name": "Post at Customer Service Office", "description": "I will post a package at Customer Service Office" }, { "id": "courier_pok", "name": "Post at Customer Service Office", "description": "I will post a package at Customer Service Office" }, { "id": "branch", "name": "Post at branch", "description": "I will deliver a package at InPost branch" }, { "id": "dispatch_order", "name": "Collect by courier", "description": "I will create dispatch order - package will be collected by InPost courier" }, { "id": "pop", "name": "Post at Shipping Point", "description": "I will post a package at Shipping Point" }, ] } |
The table beneath represents the available sending methods for available services
Nazwa usługi | parcel_locker | dispatch_order | pop |
---|---|---|---|
inpost_locker_standard | ![]() | ![]() | ![]() |
inpost_locker_pass_thru | ![]() | ![]() | ![]() |
inpost_courier_standard | ![]() | ![]() | ![]() |
inpost_courier_express_1000 | ![]() | ![]() | ![]() |
inpost_courier_express_1200 | ![]() | ![]() | ![]() |
inpost_courier_express_1700 | ![]() | ![]() | ![]() |
inpost_locker_allegro | ![]() | ![]() | ![]() |
inpost_courier_allegro | ![]() | ![]() | ![]() |
inpost_letter_allegro | ![]() | ![]() | ![]() |
inpost_courier_local_standard | ![]() | ![]() | ![]() |
inpost_courier_local_express | ![]() | ![]() | ![]() |
inpost_courier_local_super_express | ![]() | ![]() | ![]() |
| ![]() | ![]() | ![]() |