[1.8.1] Sending method
SendingMethod
resource object represents the sending method of a shipment.
On this page
Structure
SendingMethod
resource object has the following attributes:
| String | Unique sending method identifier. Available values:
|
| String | Shipment method name. |
| String | Sending method description, can be used in integrations. |
SendingMethod
resource example in JSON format:
1
2
3
4
5
{
"id": "parcel_locker",
"name": "Nadanie w Paczkomacie",
"description": "Nadam przesyłkę w Paczkomacie"
}
Authentication
Resource access does not require authentication.
Sending Method List
Retrieving the list of available sending methods
1
GET /v1/sending_methods
Search criteria
service | Service name for which the list is retrieved |
Request example
1
curl -X GET https://api-shipx-pl.easypack24.net/v1/sending_methods -H 'Content-Type: application/json'
Response
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
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"
},
]
}
Sending Method per Shipment Service
The table beneath represents the available sending methods for available services
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
| |||
|