Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


SendingMethod resource object represents the sending method of a shipment.


On this page

Table of Contents

Structure

SendingMethod resource object has the following attributes:

Attribute

Type

Description

id

String

Unique sending method identifier. Available values:

  • parcel_locker - sending via parcel locker (APM  - Paczkomat®),

  • pok - sending via Customer Service Office (Punkt Obsługi Klienta),

  • courier_pok - sending via Customer Service Office (Punkt Obsługi Klienta) that processes courier shipments

  • branch - sending via an InPost branch (Oddział)

  • dispatch_order - courier dispatch

  • pop - sending via Shipping Parcel Point (Punkcie Obsługi Przesyłek)

  • any_point - sending via any parcel locker (APM  - Paczkomat® or Parcel Point (Punkcie Obsługi Przesyłek)

name

String

Shipment method name.

description

String

Sending method description, can be used in integrations.

SendingMethod resource example in JSON format:

Code Block
languagejson
{
  "id": "parcel_locker",
  "name": "Nadanie w Paczkomacie",
  "description": "Nadam przesyłkę w Paczkomacie"
} 

Authentication

Resource access does not require authentication. 

Sending Method per Shipment Service 

The table beneath represents the available sending methods for available services

Service name

parcel_locker

dispatch_order

pop

inpost_locker_standard

(tick)

(tick)

(tick)

inpost_locker_pass_thru 

(tick)

(error)

(error)

inpost_courier_standard

(error)

(tick)

(tick)

inpost_courier_express_1000

(error)

(tick)

(tick)

inpost_courier_express_1200

(error)

(tick)

(tick)

inpost_courier_express_1700

(error)

(tick)

(tick)

inpost_locker_allegro

(tick)

(tick)

(tick)

inpost_courier_allegro

(tick)

(tick)

(tick)

inpost_letter_allegro

(tick)

(tick)

(tick)

inpost_courier_c2c 

(tick)

(tick)

(tick)

Sending Method List

Retrieving the list of available sending methods

Code Block
languagejson
GET /v1/sending_methods

Search criteria

Parameter

Description

service

Service name for which the list is retrieved

Request example

Code Block
languagejson
curl -X GET https://api-shipx-pl.easypack24.net/v1/sending_methods -H 'Content-Type: application/json'

Response

Code Block
languagejson
HTTP/1.1 200 OK
Content-Type: application/json
   [
        {
  "href": "https://api-shipx-pl.easypack24.net/v1/sending_methods",
  "items": [          "id": "parcel_locker",
            "name": "Nadanie w automacie Paczkomat",
            "description": "Nadam przesyłkę w automacie Paczkomat"
        },
        {
            "id": "parcel_lockerpok",
            "name": "PostNadanie atw parcel lockerPOK",
            "description": "I will post a package at parcel locker"Nadam przesyłkę w Punkcie Obsługi Klienta"
        },
        {
            "id": "pokpop",
            "name": "Nadanie w POP"Post,
  at Customer Service Office",       "description": "INadam przesyłkę willw postPunkcie aObsługi packagePrzesyłek"
at Customer Service Office"     },
        {
            "id": "courier_pok",
            "name": "Nadanie w POK"Post,
  at Customer Service Office",       "description": "INadam przesyłkę willw postPunkcie aObsługi packageKlienta"
at Customer Service Office"     },
        {
            "id": "branch",
            "name": "PostNadanie atw branchOddziale",
            "description": "IDostarczę przesyłkę willdo deliverOddziału aInPost"
package at InPost branch"     },
        {
            "id": "dispatch_order",
            "name": "CollectOdbiór byprzez courierKuriera",
            "description": "IUtworzę willzelecenie createodbioru dispatch- orderprzesyłkę -odbierze package will be collected by InPost courier"Kurier InPost"
        },
	{
        {
            "id": "popany_point",
            "name": "PostNadanie atw Shippingdowolnym Pointpunkcie",
            "description": "INadam willprzesyłkę postw adowolnym packageautomacie atPaczkomat Shippinglub PointPaczkoPunkcie"
    },    }
    ]
}

Sending Method per Shipment Service 

The table beneath represents the available sending methods for available services

Service name

parcel_locker

dispatch_order

pop

inpost_locker_standard

(tick)

(tick)

(tick)

inpost_locker_pass_thru 

(tick)

(error)

(error)

inpost_courier_standard

(error)

(tick)

(tick)

inpost_courier_express_1000

(error)

(tick)

(tick)

inpost_courier_express_1200

(error)

(tick)

(tick)

inpost_courier_express_1700

(error)

(tick)

(tick)

inpost_locker_allegro

(tick)

(tick)

(tick)

inpost_courier_allegro

(tick)

(tick)

(tick)

inpost_letter_allegro

(tick)

(tick)

(tick)

inpost_courier_c2c 

(tick)

(tick)

(tick)