Download OpenAPI specification:Download
Point
is the name used in our API to identify an Automated Parcel Locker (APM) and/or a PUDO (Pick-Up/Drop-Off InPost Point)
APM
identify an Automated Parcel Locker.
PUDO
identify a Pick-Up/Drop-Off InPost point
This API specification is documented in OpenAPI format and defines the processes and steps that are commonly used from our customers.
The Points API is a REST public API that can be used to obtain a list of InPost points (both PUDO and APM).
If you don't want to use API, you can use Geowidget.
Env | Description | URL |
---|---|---|
Staging | Test environment. Not aligned with production environment. | https://stage-api-shipx-it.easypack24.net |
Production | - | https://api-shipx-it.easypack24.net |
Get the complete list of available points.
Success
{- "count": 940,
- "page": 1,
- "per_page": 25,
- "total_pages": 38,
- "items": [
- {
- "name": "ITABB00496P",
- "type": [
- "pok",
- "pop"
], - "status": "Operating",
- "location": {
- "longitude": 8.91682,
- "latitude": 45.39495
}, - "location_type": null,
- "location_date": null,
- "location_description": "Presso Abbiategrasso Energie",
- "location_description_1": "Secondo piano, porta verde",
- "location_description_2": null,
- "distance": null,
- "opening_hours": "Lun-Ven: 9:00 - 13:00 - 15:30 - 19:00 Sab: 9:00 - 12:00",
- "address": {
- "line1": "Via Pavia c/o Abbiategrasso Energie 14",
- "line2": "20081 Abbiategrasso"
}, - "address_details": {
- "city": "Abbiategrasso",
- "province": "MI",
- "post_code": 20081,
- "street": "Via Pavia c/o Abbiategrasso Energie",
- "building_number": 14,
- "flat_number": null
}, - "phone_number": null,
- "payment_point_descr": null,
- "functions": [
- "parcel",
- "parcel_collect",
- "parcel_reverse_return_send",
- "parcel_send",
- "standard_courier_send"
], - "partner_id": 1,
- "is_next": false,
- "payment_available": true,
- "payment_type": null,
- "virtual": null,
- "recommended_low_interest_box_machines_list": [
- "ITABB00496P",
- "ITABB00400P",
- "ITABB00996P"
], - "apm_doubled": null,
- "location_247": false,
- "operating_hours_extended": {
- "customer": {
- "monday": [
- {
- "start": 540,
- "end": 750
}, - {
- "start": 930,
- "end": 1140
}
], - "tuesday": [
- {
- "start": 540,
- "end": 750
}, - {
- "start": 930,
- "end": 1140
}
], - "wednesday": [
- {
- "start": 540,
- "end": 750
}, - {
- "start": 930,
- "end": 1140
}
], - "thursday": [
- {
- "start": 930,
- "end": 1140
}
], - "friday": [
- {
- "start": 540,
- "end": 750
}, - {
- "start": 930,
- "end": 1140
}
], - "saturday": [
- {
- "start": 540,
- "end": 750
}
], - "sunday": [ ]
}
}, - "agency": "MI",
- "easy_access_zone": null,
- "air_index_level": null
}
]
}
######################
The "try it" feature isn't enabled for this use case due to technical limit (feature not support fixed query parameters). Try this with Postman.
######################
?relative_post_code=20068&max_distance=2000
Use cases couldn't be tested in the right column.
Success
{- "count": 8,
- "page": 1,
- "per_page": 25,
- "total_pages": 1,
- "items": [
- {
- "name": "ITBET00761P",
- "type": [
- "pok",
- "pop"
], - "status": "Created",
- "location": {
- "longitude": 9.3109333,
- "latitude": 45.4304341
}, - "location_type": null,
- "location_date": null,
- "location_description": null,
- "location_description_1": null,
- "location_description_2": null,
- "distance": 246,
- "opening_hours": null,
- "address": {
- "line1": "Via Papa Giovannixxiii 18",
- "line2": "20068 Bettola-Zeloforamagno"
}, - "address_details": {
- "city": "Bettola-Zeloforamagno",
- "province": "MI",
- "post_code": "20068",
- "street": "Via Papa Giovannixxiii",
- "building_number": "18",
- "flat_number": null
}, - "phone_number": null,
- "payment_point_descr": null,
- "functions": [
- "parcel"
], - "partner_id": 1,
- "is_next": false,
- "payment_available": true,
- "payment_type": {
- "3": "Payment by cash and card"
}, - "virtual": "3",
- "recommended_low_interest_box_machines_list": null,
- "apm_doubled": null,
- "location_247": true,
- "operating_hours_extended": {
- "customer": null
}, - "agency": null,
- "easy_access_zone": null,
- "air_index_level": null
}, - {
- "name": "ITMIL00375P",
- "type": [
- "pok",
- "pop"
], - "status": "Operating",
- "location": {
- "longitude": 9.2598458262058,
- "latitude": 45.419503785
}, - "location_type": null,
- "location_date": null,
- "location_description": "presso Al confessionale di Esam Ebid",
- "location_description_1": null,
- "location_description_2": null,
- "distance": 4145,
- "opening_hours": "Lun-Gio: 9:30 - 12:30 - 16:30 - 17:30",
- "address": {
- "line1": "Via Monte Bianco 10 c/o Al Confessionale",
- "line2": "20097 San Donato Milanese"
}, - "address_details": {
- "city": "San Donato Milanese",
- "province": "MI",
- "post_code": "20097",
- "street": "Via Monte Bianco 10 c/o Al Confessionale",
- "building_number": "",
- "flat_number": null
}, - "phone_number": null,
- "payment_point_descr": "",
- "functions": [
- "parcel",
- "parcel_collect",
- "parcel_reverse_return_send",
- "parcel_send",
- "standard_courier_send"
], - "partner_id": 1,
- "is_next": false,
- "payment_available": true,
- "payment_type": {
- "3": "Payment by cash and card"
}, - "virtual": "3",
- "recommended_low_interest_box_machines_list": null,
- "apm_doubled": null,
- "location_247": false,
- "operating_hours_extended": {
- "customer": {
- "monday": [
- {
- "start": 570,
- "end": 750
}, - {
- "start": 990,
- "end": 1050
}
], - "tuesday": [
- {
- "start": 570,
- "end": 750
}, - {
- "start": 990,
- "end": 1050
}
], - "wednesday": [
- {
- "start": 570,
- "end": 750
}, - {
- "start": 990,
- "end": 1050
}
], - "thursday": [
- {
- "start": 570,
- "end": 750
}, - {
- "start": 990,
- "end": 1050
}
], - "friday": [ ],
- "saturday": [ ],
- "sunday": [ ]
}
}, - "agency": "MI",
- "easy_access_zone": null,
- "air_index_level": null
}, - {
- "name": "ITSAN00509P",
- "type": [
- "pok",
- "pop"
], - "status": "Created",
- "location": {
- "longitude": 9.268755,
- "latitude": 45.4081949
}, - "location_type": null,
- "location_date": null,
- "location_description": null,
- "location_description_1": null,
- "location_description_2": null,
- "distance": 4180,
- "opening_hours": null,
- "address": {
- "line1": "Via Brenta 2",
- "line2": "20097 San Donato Milanese"
}, - "address_details": {
- "city": "San Donato Milanese",
- "province": "MI",
- "post_code": "20097",
- "street": "Via Brenta",
- "building_number": "2",
- "flat_number": null
}, - "phone_number": null,
- "payment_point_descr": null,
- "functions": [
- "parcel"
], - "partner_id": 1,
- "is_next": false,
- "payment_available": true,
- "payment_type": {
- "3": "Payment by cash and card"
}, - "virtual": "3",
- "recommended_low_interest_box_machines_list": null,
- "apm_doubled": null,
- "location_247": true,
- "operating_hours_extended": {
- "customer": null
}, - "agency": null,
- "easy_access_zone": null,
- "air_index_level": null
}, - {
- "name": "ITMIL17660",
- "type": [
- "parcel_locker"
], - "status": "Operating",
- "location": {
- "longitude": 9.28363,
- "latitude": 45.39769
}, - "location_type": null,
- "location_date": null,
- "location_description": "CARREFOUR - Piazza Italia 5",
- "location_description_1": null,
- "location_description_2": null,
- "distance": 4368,
- "opening_hours": "24/7",
- "address": {
- "line1": "Piazza Italia 5",
- "line2": "20098 San Giuliano Milanese"
}, - "address_details": {
- "city": "San Giuliano Milanese",
- "province": "MI",
- "post_code": "20098",
- "street": "Piazza Italia",
- "building_number": "5",
- "flat_number": null
}, - "phone_number": null,
- "payment_point_descr": "",
- "functions": [
- "parcel",
- "parcel_collect",
- "parcel_reverse_return_send",
- "parcel_send",
- "standard_courier_send"
], - "partner_id": 1,
- "is_next": false,
- "payment_available": true,
- "payment_type": {
- "2": "Payment by card in the machine"
}, - "virtual": "0",
- "recommended_low_interest_box_machines_list": null,
- "apm_doubled": null,
- "location_247": true,
- "operating_hours_extended": {
- "customer": null
}, - "agency": "MI",
- "easy_access_zone": null,
- "air_index_level": null
}, - {
- "name": "ITPAN43376M",
- "type": [
- "parcel_locker"
], - "status": "Operating",
- "location": {
- "longitude": 9.36631,
- "latitude": 45.42932
}, - "location_type": null,
- "location_date": null,
- "location_description": "Leroy Merlin - Pantigliate - via Vecchia Paullese 9",
- "location_description_1": null,
- "location_description_2": null,
- "distance": 4443,
- "opening_hours": null,
- "address": {
- "line1": "Via Vecchia Paullese 9",
- "line2": "20090 Pantigliate"
}, - "address_details": {
- "city": "Pantigliate",
- "province": "MI",
- "post_code": "20090",
- "street": "Via Vecchia Paullese",
- "building_number": "9",
- "flat_number": null
}, - "phone_number": null,
- "payment_point_descr": null,
- "functions": [
- "parcel",
- "parcel_collect",
- "parcel_reverse_return_send",
- "parcel_send",
- "standard_courier_send"
], - "partner_id": 1,
- "is_next": false,
- "payment_available": true,
- "payment_type": {
- "3": "Payment by cash and card"
}, - "virtual": "0",
- "recommended_low_interest_box_machines_list": null,
- "apm_doubled": null,
- "location_247": true,
- "operating_hours_extended": {
- "customer": null
}, - "agency": "MI",
- "easy_access_zone": null,
- "air_index_level": null
}, - {
- "name": "ITSAN00494P",
- "type": [
- "pok",
- "pop"
], - "status": "Created",
- "location": {
- "longitude": 9.2811127,
- "latitude": 45.3969977
}, - "location_type": null,
- "location_date": null,
- "location_description": null,
- "location_description_1": null,
- "location_description_2": null,
- "distance": 4530,
- "opening_hours": null,
- "address": {
- "line1": "Via Papa Giovanni Xxiii 15",
- "line2": "20098 San Giuliano Milanese"
}, - "address_details": {
- "city": "San Giuliano Milanese",
- "province": "MI",
- "post_code": "20098",
- "street": "Via Papa Giovanni Xxiii",
- "building_number": "15",
- "flat_number": null
}, - "phone_number": null,
- "payment_point_descr": null,
- "functions": [
- "parcel"
], - "partner_id": 1,
- "is_next": false,
- "payment_available": true,
- "payment_type": {
- "3": "Payment by cash and card"
}, - "virtual": "3",
- "recommended_low_interest_box_machines_list": null,
- "apm_doubled": null,
- "location_247": true,
- "operating_hours_extended": {
- "customer": null
}, - "agency": null,
- "easy_access_zone": null,
- "air_index_level": null
}, - {
- "name": "ITSEG00511P",
- "type": [
- "pok",
- "pop"
], - "status": "Created",
- "location": {
- "longitude": 9.3068921,
- "latitude": 45.4742991
}, - "location_type": null,
- "location_date": null,
- "location_description": null,
- "location_description_1": null,
- "location_description_2": null,
- "distance": 4664,
- "opening_hours": null,
- "address": {
- "line1": "P.Zza Centro Commerciale 13 / 6",
- "line2": "20090 Segrate"
}, - "address_details": {
- "city": "Segrate",
- "province": "MI",
- "post_code": "20090",
- "street": "P.Zza Centro Commerciale",
- "building_number": "13 / 6",
- "flat_number": null
}, - "phone_number": null,
- "payment_point_descr": null,
- "functions": [
- "parcel"
], - "partner_id": 1,
- "is_next": false,
- "payment_available": true,
- "payment_type": {
- "3": "Payment by cash and card"
}, - "virtual": "3",
- "recommended_low_interest_box_machines_list": null,
- "apm_doubled": null,
- "location_247": true,
- "operating_hours_extended": {
- "customer": null
}, - "agency": null,
- "easy_access_zone": null,
- "air_index_level": null
}, - {
- "name": "ITMIL25652",
- "type": [
- "parcel_locker"
], - "status": "Operating",
- "location": {
- "longitude": 9.24969,
- "latitude": 45.42438
}, - "location_type": null,
- "location_date": null,
- "location_description": "IP Italiana Petroli - Via Rogoredo 140",
- "location_description_1": null,
- "location_description_2": null,
- "distance": 4766,
- "opening_hours": "24/7",
- "address": {
- "line1": "Via Rogoredo 140",
- "line2": "20138 Milano"
}, - "address_details": {
- "city": "Milano",
- "province": "MI",
- "post_code": "20138",
- "street": "Via Rogoredo",
- "building_number": "140",
- "flat_number": null
}, - "phone_number": null,
- "payment_point_descr": "",
- "functions": [
- "parcel",
- "parcel_collect",
- "parcel_reverse_return_send",
- "parcel_send",
- "standard_courier_send"
], - "partner_id": 1,
- "is_next": false,
- "payment_available": true,
- "payment_type": {
- "2": "Payment by card in the machine"
}, - "virtual": "0",
- "recommended_low_interest_box_machines_list": null,
- "apm_doubled": null,
- "location_247": true,
- "operating_hours_extended": {
- "customer": null
}, - "agency": "MI",
- "easy_access_zone": null,
- "air_index_level": null
}
], - "meta": {
- "count": 8,
- "page": 1,
- "per_page": 25,
- "total_pages": 1
}
}
The ShipX API is a REST private API that can be used to create and manage of InPost shipments.
This API can be invoked in many ways, for the italian market the Simplified Mode is the standard. Some simple parameters will be required (such as: sender, receiver, size of the parcel and the destination).
Other info:
The ShipX API can be used only by authenticated users. This API is used to create and manage InPost shipments.
Env | Description | URL |
---|---|---|
Staging | Test environment integrated with inPost logistic. | https://stage-api-shipx-it.easypack24.net |
Production | - | https://api-shipx-it.easypack24.net |
The ShipX API can be used only by authenticated users. A Bearer Token linked to your company will be required in every authenticated request, in some cases, the OrganizationID path parameter could be required.
organization_id required | number (organization_id) Your Example: 23 |
{- "receiver": {
- "company_name": "Servizi SRL",
- "first_name": "Francesco",
- "last_name": "Pantaleo",
- "email": "test@gmail.com",
- "phone": "3380000888",
- "address": {
- "city": "Abbiategrasso",
- "post_code": 20081,
- "street": "Via Pavia c/o Abbiategrasso Energie",
- "building_number": 14
}
}, - "sender": {
- "company_name": "Servizi SRL",
- "first_name": "Francesco",
- "last_name": "Pantaleo",
- "email": "test@gmail.com",
- "phone": "3380000888",
- "address": {
- "city": "Abbiategrasso",
- "post_code": 20081,
- "street": "Via Pavia c/o Abbiategrasso Energie",
- "building_number": 14
}
}, - "parcels": {
- "template": "small"
}, - "service": "inpost_courier_c2c",
- "custom_attributes": {
- "sending_method": "any_point"
}, - "additional_services": [
- "labelless"
], - "reference": "ORDER: #0011001",
- "external_customer_id": 23
}
Get the complete list of shipments for current organization_id
.
organization_id required | number (organization_id) Your Example: 23 |
Success
{- "count": 13,
- "page": 1,
- "per_page": 100,
- "items": [
- {
- "id": 44792,
- "status": "confirmed",
- "tracking_number": "820100559215100018092659",
- "service": "inpost_locker_standard",
- "reference": null,
- "is_return": false,
- "application_id": 23,
- "created_by_id": null,
- "external_customer_id": null,
- "sending_method": null,
- "end_of_week_collection": false,
- "comments": null,
- "mpk": null,
- "additional_services": [ ],
- "custom_attributes": {
- "target_point": "ITALE23817"
}, - "insurance": {
- "amount": null,
- "currency": null
}, - "sender": {
- "id": 89585,
- "name": " Michelangelo di Lodovico Buonarroti Simoni",
- "company_name": "Giorgio",
- "first_name": null,
- "last_name": null,
- "email": "someone@hotmail.com",
- "phone": "3666195247",
- "address": {
- "id": 89269,
- "street": "Via Arturo Cassoli",
- "building_number": "12",
- "line1": null,
- "line2": null,
- "city": "Ferrara",
- "post_code": "44122",
- "country_code": "IT"
}
}, - "receiver": {
- "id": 89584,
- "name": "Giovanni Giorgio",
- "company_name": null,
- "first_name": null,
- "last_name": null,
- "email": "someone@hotmail.com",
- "phone": "3666195247",
- "address": {
- "id": 89268,
- "street": "Via Renato Fucini",
- "building_number": "26",
- "line1": null,
- "line2": null,
- "city": "Pisa",
- "post_code": "56127",
- "country_code": "IT"
}
}, - "selected_offer": {
- "id": 44798,
- "status": "bought",
- "expires_at": null,
- "rate": null,
- "currency": "EURO",
- "additional_services": [ ],
- "carrier": {
- "id": "inpost_locker",
- "name": "InPost Paczkomaty",
- "description": "InPost Paczkomaty - Przesyłki paczkomatowe"
}, - "service": {
- "id": "inpost_locker_standard",
- "name": "Paczkomatowa standardowa",
- "description": "Przesyłka paczkomatowa standardowa"
}, - "unavailability_reasons": null
}, - "offers": [
- {
- "id": 44798,
- "status": "bought",
- "expires_at": null,
- "rate": null,
- "currency": "EURO",
- "additional_services": [ ],
- "carrier": {
- "id": "inpost_locker",
- "name": "InPost Paczkomaty",
- "description": "InPost Paczkomaty - Przesyłki paczkomatowe"
}, - "service": {
- "id": "inpost_locker_standard",
- "name": "Paczkomatowa standardowa",
- "description": "Przesyłka paczkomatowa standardowa"
}, - "unavailability_reasons": null
}
], - "transactions": [
- {
- "id": 44618,
- "status": "success",
- "offer_id": 44798,
- "details": { },
- "created_at": "2022-02-14T14:17:08.428+01:00",
- "updated_at": "2022-02-14T14:17:08.655+01:00"
}
], - "parcels": [
- {
- "id": 44794,
- "tracking_number": "820100559215100018092659",
- "is_non_standard": false,
- "template": "small",
- "dimensions": {
- "length": 380,
- "width": 640,
- "height": 80,
- "unit": "mm"
}, - "weight": {
- "amount": 25,
- "unit": "kg"
}
}
], - "created_at": "2022-02-14T14:17:07.967+01:00",
- "updated_at": "2022-02-14T14:17:09.918+01:00"
}, - {
- "id": 44791,
- "status": "confirmed",
- "tracking_number": "820100559215100010587596",
- "service": "inpost_locker_standard",
- "reference": null,
- "is_return": false,
- "application_id": 23,
- "created_by_id": null,
- "external_customer_id": null,
- "sending_method": null,
- "end_of_week_collection": false,
- "comments": null,
- "mpk": null,
- "additional_services": [ ],
- "custom_attributes": {
- "target_point": "ITALE23817"
}, - "insurance": {
- "amount": null,
- "currency": null
}, - "sender": {
- "id": 89583,
- "name": " Michelangelo di Lodovico Buonarroti Simoni",
- "company_name": "Giorgio",
- "first_name": null,
- "last_name": null,
- "email": "someone@hotmail.com",
- "phone": "3666195247",
- "address": {
- "id": 89267,
- "street": "Via Arturo Cassoli",
- "building_number": "12",
- "line1": null,
- "line2": null,
- "city": "Ferrara",
- "post_code": "44122",
- "country_code": "IT"
}
}, - "receiver": {
- "id": 89582,
- "name": "Giovanni Giorgio",
- "company_name": null,
- "first_name": null,
- "last_name": null,
- "email": "someone@hotmail.com",
- "phone": "3666195247",
- "address": {
- "id": 89266,
- "street": "Via Renato Fucini",
- "building_number": "26",
- "line1": null,
- "line2": null,
- "city": "Pisa",
- "post_code": "56127",
- "country_code": "IT"
}
}, - "selected_offer": {
- "id": 44797,
- "status": "bought",
- "expires_at": null,
- "rate": null,
- "currency": "EURO",
- "additional_services": [ ],
- "carrier": {
- "id": "inpost_locker",
- "name": "InPost Paczkomaty",
- "description": "InPost Paczkomaty - Przesyłki paczkomatowe"
}, - "service": {
- "id": "inpost_locker_standard",
- "name": "Paczkomatowa standardowa",
- "description": "Przesyłka paczkomatowa standardowa"
}, - "unavailability_reasons": null
}, - "offers": [
- {
- "id": 44797,
- "status": "bought",
- "expires_at": null,
- "rate": null,
- "currency": "EURO",
- "additional_services": [ ],
- "carrier": {
- "id": "inpost_locker",
- "name": "InPost Paczkomaty",
- "description": "InPost Paczkomaty - Przesyłki paczkomatowe"
}, - "service": {
- "id": "inpost_locker_standard",
- "name": "Paczkomatowa standardowa",
- "description": "Przesyłka paczkomatowa standardowa"
}, - "unavailability_reasons": null
}
], - "transactions": [
- {
- "id": 44617,
- "status": "success",
- "offer_id": 44797,
- "details": { },
- "created_at": "2022-02-14T14:16:25.365+01:00",
- "updated_at": "2022-02-14T14:16:25.616+01:00"
}
], - "parcels": [
- {
- "id": 44793,
- "tracking_number": "820100559215100010587596",
- "is_non_standard": false,
- "template": "small",
- "dimensions": {
- "length": 380,
- "width": 640,
- "height": 80,
- "unit": "mm"
}, - "weight": {
- "amount": 25,
- "unit": "kg"
}
}
], - "created_at": "2022-02-14T14:16:25.077+01:00",
- "updated_at": "2022-02-14T14:16:26.945+01:00"
}, - {
- "id": 44790,
- "status": "confirmed",
- "tracking_number": "820100559200171013082524",
- "service": "inpost_courier_c2c",
- "reference": null,
- "is_return": false,
- "application_id": 23,
- "created_by_id": null,
- "external_customer_id": null,
- "sending_method": "dispatch_order",
- "end_of_week_collection": false,
- "comments": null,
- "mpk": null,
- "additional_services": [ ],
- "custom_attributes": {
- "sending_method": "dispatch_order",
- "target_point": "ADDRESS"
}, - "insurance": {
- "amount": null,
- "currency": null
}, - "sender": {
- "id": 89581,
- "name": null,
- "company_name": "SendCloud B.V.",
- "first_name": "Brian",
- "last_name": "Slijp",
- "email": "remy.lojo.petrovcic@sendcloud.com",
- "phone": "3333333333",
- "address": {
- "id": 89265,
- "street": "Stadhuisplein",
- "building_number": "10",
- "line1": null,
- "line2": null,
- "city": "Mediolan",
- "post_code": "20100",
- "country_code": "IT"
}
}, - "receiver": {
- "id": 89580,
- "name": null,
- "company_name": "Roma",
- "first_name": null,
- "last_name": null,
- "email": "test2@test2.it",
- "phone": "3666195247",
- "address": {
- "id": 89264,
- "street": null,
- "building_number": null,
- "line1": "Roma-s",
- "line2": null,
- "city": "Roma",
- "post_code": "00171",
- "country_code": "IT"
}
}, - "selected_offer": {
- "id": 44796,
- "status": "bought",
- "expires_at": null,
- "rate": null,
- "currency": "EURO",
- "additional_services": [ ],
- "carrier": {
- "id": "inpost_locker",
- "name": "InPost Paczkomaty",
- "description": "InPost Paczkomaty - Przesyłki paczkomatowe"
}, - "service": {
- "id": "inpost_courier_c2c",
- "name": "Kurier standard",
- "description": "Przesyłka kurierska standardowa"
}, - "unavailability_reasons": null
}, - "offers": [
- {
- "id": 44796,
- "status": "bought",
- "expires_at": null,
- "rate": null,
- "currency": "EURO",
- "additional_services": [ ],
- "carrier": {
- "id": "inpost_locker",
- "name": "InPost Paczkomaty",
- "description": "InPost Paczkomaty - Przesyłki paczkomatowe"
}, - "service": {
- "id": "inpost_courier_c2c",
- "name": "Kurier standard",
- "description": "Przesyłka kurierska standardowa"
}, - "unavailability_reasons": null
}
], - "transactions": [
- {
- "id": 44616,
- "status": "success",
- "offer_id": 44796,
- "details": { },
- "created_at": "2022-02-14T12:52:41.505+01:00",
- "updated_at": "2022-02-14T12:52:41.730+01:00"
}
], - "parcels": [
- {
- "id": 44792,
- "tracking_number": "820100559200171013082524",
- "is_non_standard": false,
- "template": "small",
- "dimensions": {
- "length": 380,
- "width": 640,
- "height": 80,
- "unit": "mm"
}, - "weight": {
- "amount": 25,
- "unit": "kg"
}
}
], - "created_at": "2022-02-14T12:52:41.023+01:00",
- "updated_at": "2022-02-14T12:52:43.146+01:00"
}, - {
- "id": 44789,
- "status": "confirmed",
- "tracking_number": "820100559215100015577452",
- "service": "inpost_locker_standard",
- "reference": null,
- "is_return": false,
- "application_id": 23,
- "created_by_id": null,
- "external_customer_id": null,
- "sending_method": null,
- "end_of_week_collection": false,
- "comments": null,
- "mpk": null,
- "additional_services": [ ],
- "custom_attributes": {
- "target_point": "ITALE23817"
}, - "insurance": {
- "amount": null,
- "currency": null
}, - "sender": {
- "id": 89579,
- "name": null,
- "company_name": "SendCloud B.V.",
- "first_name": "Brian",
- "last_name": "Slijp",
- "email": "remy.lojo.petrovcic@sendcloud.com",
- "phone": "3333333333",
- "address": {
- "id": 89263,
- "street": "Stadhuisplein",
- "building_number": "10",
- "line1": null,
- "line2": null,
- "city": "Mediolan",
- "post_code": "20100",
- "country_code": "IT"
}
}, - "receiver": {
- "id": 89578,
- "name": null,
- "company_name": "Roma",
- "first_name": null,
- "last_name": null,
- "email": "test2@test2.it",
- "phone": "3666195247",
- "address": {
- "id": 89262,
- "street": null,
- "building_number": null,
- "line1": "Roma-s",
- "line2": null,
- "city": "Roma",
- "post_code": "00171",
- "country_code": "IT"
}
}, - "selected_offer": {
- "id": 44795,
- "status": "bought",
- "expires_at": null,
- "rate": null,
- "currency": "EURO",
- "additional_services": [ ],
- "carrier": {
- "id": "inpost_locker",
- "name": "InPost Paczkomaty",
- "description": "InPost Paczkomaty - Przesyłki paczkomatowe"
}, - "service": {
- "id": "inpost_locker_standard",
- "name": "Paczkomatowa standardowa",
- "description": "Przesyłka paczkomatowa standardowa"
}, - "unavailability_reasons": null
}, - "offers": [
- {
- "id": 44795,
- "status": "bought",
- "expires_at": null,
- "rate": null,
- "currency": "EURO",
- "additional_services": [ ],
- "carrier": {
- "id": "inpost_locker",
- "name": "InPost Paczkomaty",
- "description": "InPost Paczkomaty - Przesyłki paczkomatowe"
}, - "service": {
- "id": "inpost_locker_standard",
- "name": "Paczkomatowa standardowa",
- "description": "Przesyłka paczkomatowa standardowa"
}, - "unavailability_reasons": null
}
], - "transactions": [
- {
- "id": 44615,
- "status": "success",
- "offer_id": 44795,
- "details": { },
- "created_at": "2022-02-14T12:48:18.858+01:00",
- "updated_at": "2022-02-14T12:48:19.083+01:00"
}
], - "parcels": [
- {
- "id": 44791,
- "tracking_number": "820100559215100015577452",
- "is_non_standard": false,
- "template": "small",
- "dimensions": {
- "length": 380,
- "width": 640,
- "height": 80,
- "unit": "mm"
}, - "weight": {
- "amount": 25,
- "unit": "kg"
}
}
], - "created_at": "2022-02-14T12:48:18.627+01:00",
- "updated_at": "2022-02-14T12:48:19.969+01:00"
}, - {
- "id": 44787,
- "status": "confirmed",
- "tracking_number": "820100559215100010567317",
- "service": "inpost_locker_standard",
- "reference": null,
- "is_return": false,
- "application_id": 23,
- "created_by_id": null,
- "external_customer_id": null,
- "sending_method": null,
- "end_of_week_collection": false,
- "comments": null,
- "mpk": null,
- "additional_services": [ ],
- "custom_attributes": {
- "target_point": "ITALE23817"
}, - "insurance": {
- "amount": null,
- "currency": null
}, - "sender": {
- "id": 89575,
- "name": null,
- "company_name": "SendCloud B.V.",
- "first_name": "Brian",
- "last_name": "Slijp",
- "email": "remy.lojo.petrovcic@sendcloud.com",
- "phone": "3333333333",
- "address": {
- "id": 89259,
- "street": "Stadhuisplein",
- "building_number": "10",
- "line1": null,
- "line2": null,
- "city": "Mediolan",
- "post_code": "20100",
- "country_code": "IT"
}
}, - "receiver": {
- "id": 89574,
- "name": null,
- "company_name": "Roma",
- "first_name": null,
- "last_name": null,
- "email": "test2@test2.it",
- "phone": "3666195247",
- "address": {
- "id": 89258,
- "street": null,
- "building_number": null,
- "line1": "Roma-s",
- "line2": null,
- "city": "Roma",
- "post_code": "00171",
- "country_code": "IT"
}
}, - "selected_offer": {
- "id": 44793,
- "status": "bought",
- "expires_at": null,
- "rate": null,
- "currency": "EURO",
- "additional_services": [ ],
- "carrier": {
- "id": "inpost_locker",
- "name": "InPost Paczkomaty",
- "description": "InPost Paczkomaty - Przesyłki paczkomatowe"
}, - "service": {
- "id": "inpost_locker_standard",
- "name": "Paczkomatowa standardowa",
- "description": "Przesyłka paczkomatowa standardowa"
}, - "unavailability_reasons": null
}, - "offers": [
- {
- "id": 44793,
- "status": "bought",
- "expires_at": null,
- "rate": null,
- "currency": "EURO",
- "additional_services": [ ],
- "carrier": {
- "id": "inpost_locker",
- "name": "InPost Paczkomaty",
- "description": "InPost Paczkomaty - Przesyłki paczkomatowe"
}, - "service": {
- "id": "inpost_locker_standard",
- "name": "Paczkomatowa standardowa",
- "description": "Przesyłka paczkomatowa standardowa"
}, - "unavailability_reasons": null
}
], - "transactions": [
- {
- "id": 44613,
- "status": "success",
- "offer_id": 44793,
- "details": { },
- "created_at": "2022-02-14T12:21:43.798+01:00",
- "updated_at": "2022-02-14T12:21:44.008+01:00"
}
], - "parcels": [
- {
- "id": 44789,
- "tracking_number": "820100559215100010567317",
- "is_non_standard": false,
- "template": "small",
- "dimensions": {
- "length": 380,
- "width": 640,
- "height": 80,
- "unit": "mm"
}, - "weight": {
- "amount": 25,
- "unit": "kg"
}
}
], - "created_at": "2022-02-14T12:21:43.574+01:00",
- "updated_at": "2022-02-14T12:21:44.753+01:00"
}, - {
- "id": 44786,
- "status": "confirmed",
- "tracking_number": "820100559215100013062245",
- "service": "inpost_locker_standard",
- "reference": null,
- "is_return": false,
- "application_id": 23,
- "created_by_id": null,
- "external_customer_id": null,
- "sending_method": null,
- "end_of_week_collection": false,
- "comments": null,
- "mpk": null,
- "additional_services": [ ],
- "custom_attributes": {
- "target_point": "ITALE23817"
}, - "insurance": {
- "amount": null,
- "currency": null
}, - "sender": {
- "id": 89573,
- "name": null,
- "company_name": "SendCloud B.V.",
- "first_name": "Brian",
- "last_name": "Slijp",
- "email": "remy.lojo.petrovcic@sendcloud.com",
- "phone": "3333333333",
- "address": {
- "id": 89257,
- "street": "Stadhuisplein",
- "building_number": "10",
- "line1": null,
- "line2": null,
- "city": "Mediolan",
- "post_code": "20100",
- "country_code": "IT"
}
}, - "receiver": {
- "id": 89572,
- "name": null,
- "company_name": "Roma",
- "first_name": null,
- "last_name": null,
- "email": "test2@test2.it",
- "phone": "3666195247",
- "address": {
- "id": 89256,
- "street": null,
- "building_number": null,
- "line1": "Roma-s",
- "line2": null,
- "city": "Roma",
- "post_code": "00171",
- "country_code": "IT"
}
}, - "selected_offer": {
- "id": 44792,
- "status": "bought",
- "expires_at": null,
- "rate": null,
- "currency": "EURO",
- "additional_services": [ ],
- "carrier": {
- "id": "inpost_locker",
- "name": "InPost Paczkomaty",
- "description": "InPost Paczkomaty - Przesyłki paczkomatowe"
}, - "service": {
- "id": "inpost_locker_standard",
- "name": "Paczkomatowa standardowa",
- "description": "Przesyłka paczkomatowa standardowa"
}, - "unavailability_reasons": null
}, - "offers": [
- {
- "id": 44792,
- "status": "bought",
- "expires_at": null,
- "rate": null,
- "currency": "EURO",
- "additional_services": [ ],
- "carrier": {
- "id": "inpost_locker",
- "name": "InPost Paczkomaty",
- "description": "InPost Paczkomaty - Przesyłki paczkomatowe"
}, - "service": {
- "id": "inpost_locker_standard",
- "name": "Paczkomatowa standardowa",
- "description": "Przesyłka paczkomatowa standardowa"
}, - "unavailability_reasons": null
}
], - "transactions": [
- {
- "id": 44612,
- "status": "success",
- "offer_id": 44792,
- "details": { },
- "created_at": "2022-02-14T12:20:20.661+01:00",
- "updated_at": "2022-02-14T12:20:20.908+01:00"
}
], - "parcels": [
- {
- "id": 44788,
- "tracking_number": "820100559215100013062245",
- "is_non_standard": false,
- "template": "small",
- "dimensions": {
- "length": 380,
- "width": 640,
- "height": 80,
- "unit": "mm"
}, - "weight": {
- "amount": 25,
- "unit": "kg"
}
}
], - "created_at": "2022-02-14T12:20:20.308+01:00",
- "updated_at": "2022-02-14T12:20:21.700+01:00"
}, - {
- "id": 44782,
- "status": "confirmed",
- "tracking_number": "820100559215100015536894",
- "service": "inpost_locker_standard",
- "reference": null,
- "is_return": false,
- "application_id": 23,
- "created_by_id": null,
- "external_customer_id": null,
- "sending_method": null,
- "end_of_week_collection": false,
- "comments": null,
- "mpk": null,
- "additional_services": [ ],
- "custom_attributes": {
- "target_point": "ITALE23817"
}, - "insurance": {
- "amount": null,
- "currency": null
}, - "sender": {
- "id": 89565,
- "name": null,
- "company_name": "SendCloud B.V.",
- "first_name": "Brian",
- "last_name": "Slijp",
- "email": "remy.lojo.petrovcic@sendcloud.com",
- "phone": "3333333333",
- "address": {
- "id": 89249,
- "street": "Stadhuisplein",
- "building_number": "10",
- "line1": null,
- "line2": null,
- "city": "Mediolan",
- "post_code": "20100",
- "country_code": "IT"
}
}, - "receiver": {
- "id": 89564,
- "name": null,
- "company_name": "Roma",
- "first_name": null,
- "last_name": null,
- "email": "test2@test2.it",
- "phone": "3666195247",
- "address": {
- "id": 89248,
- "street": null,
- "building_number": null,
- "line1": "Roma-s",
- "line2": null,
- "city": "Roma",
- "post_code": "00171",
- "country_code": "IT"
}
}, - "selected_offer": {
- "id": 44788,
- "status": "bought",
- "expires_at": null,
- "rate": null,
- "currency": "EURO",
- "additional_services": [ ],
- "carrier": {
- "id": "inpost_locker",
- "name": "InPost Paczkomaty",
- "description": "InPost Paczkomaty - Przesyłki paczkomatowe"
}, - "service": {
- "id": "inpost_locker_standard",
- "name": "Paczkomatowa standardowa",
- "description": "Przesyłka paczkomatowa standardowa"
}, - "unavailability_reasons": null
}, - "offers": [
- {
- "id": 44788,
- "status": "bought",
- "expires_at": null,
- "rate": null,
- "currency": "EURO",
- "additional_services": [ ],
- "carrier": {
- "id": "inpost_locker",
- "name": "InPost Paczkomaty",
- "description": "InPost Paczkomaty - Przesyłki paczkomatowe"
}, - "service": {
- "id": "inpost_locker_standard",
- "name": "Paczkomatowa standardowa",
- "description": "Przesyłka paczkomatowa standardowa"
}, - "unavailability_reasons": null
}
], - "transactions": [
- {
- "id": 44608,
- "status": "success",
- "offer_id": 44788,
- "details": { },
- "created_at": "2022-02-14T11:31:45.221+01:00",
- "updated_at": "2022-02-14T11:31:45.387+01:00"
}
], - "parcels": [
- {
- "id": 44784,
- "tracking_number": "820100559215100015536894",
- "is_non_standard": false,
- "template": "small",
- "dimensions": {
- "length": 380,
- "width": 640,
- "height": 80,
- "unit": "mm"
}, - "weight": {
- "amount": 25,
- "unit": "kg"
}
}
], - "created_at": "2022-02-14T11:31:45.021+01:00",
- "updated_at": "2022-02-14T11:31:46.538+01:00"
}, - {
- "id": 44781,
- "status": "confirmed",
- "tracking_number": "820100559215100018031822",
- "service": "inpost_locker_standard",
- "reference": null,
- "is_return": false,
- "application_id": 23,
- "created_by_id": null,
- "external_customer_id": null,
- "sending_method": null,
- "end_of_week_collection": false,
- "comments": null,
- "mpk": null,
- "additional_services": [ ],
- "custom_attributes": {
- "target_point": "ITALE23817"
}, - "insurance": {
- "amount": null,
- "currency": null
}, - "sender": {
- "id": 89563,
- "name": null,
- "company_name": "SendCloud B.V.",
- "first_name": "Brian",
- "last_name": "Slijp",
- "email": "remy.lojo.petrovcic@sendcloud.com",
- "phone": "3333333333",
- "address": {
- "id": 89247,
- "street": "Stadhuisplein",
- "building_number": "10",
- "line1": null,
- "line2": null,
- "city": "Mediolan",
- "post_code": "20100",
- "country_code": "IT"
}
}, - "receiver": {
- "id": 89562,
- "name": null,
- "company_name": "Roma",
- "first_name": null,
- "last_name": null,
- "email": "test2@test2.it",
- "phone": "3666195247",
- "address": {
- "id": 89246,
- "street": null,
- "building_number": null,
- "line1": "Roma-s",
- "line2": null,
- "city": "Roma",
- "post_code": "00171",
- "country_code": "IT"
}
}, - "selected_offer": {
- "id": 44787,
- "status": "bought",
- "expires_at": null,
- "rate": null,
- "currency": "EURO",
- "additional_services": [ ],
- "carrier": {
- "id": "inpost_locker",
- "name": "InPost Paczkomaty",
- "description": "InPost Paczkomaty - Przesyłki paczkomatowe"
}, - "service": {
- "id": "inpost_locker_standard",
- "name": "Paczkomatowa standardowa",
- "description": "Przesyłka paczkomatowa standardowa"
}, - "unavailability_reasons": null
}, - "offers": [
- {
- "id": 44787,
- "status": "bought",
- "expires_at": null,
- "rate": null,
- "currency": "EURO",
- "additional_services": [ ],
- "carrier": {
- "id": "inpost_locker",
- "name": "InPost Paczkomaty",
- "description": "InPost Paczkomaty - Przesyłki paczkomatowe"
}, - "service": {
- "id": "inpost_locker_standard",
- "name": "Paczkomatowa standardowa",
- "description": "Przesyłka paczkomatowa standardowa"
}, - "unavailability_reasons": null
}
], - "transactions": [
- {
- "id": 44607,
- "status": "success",
- "offer_id": 44787,
- "details": { },
- "created_at": "2022-02-14T11:31:41.643+01:00",
- "updated_at": "2022-02-14T11:31:41.836+01:00"
}
], - "parcels": [
- {
- "id": 44783,
- "tracking_number": "820100559215100018031822",
- "is_non_standard": false,
- "template": "small",
- "dimensions": {
- "length": 380,
- "width": 640,
- "height": 80,
- "unit": "mm"
}, - "weight": {
- "amount": 25,
- "unit": "kg"
}
}
], - "created_at": "2022-02-14T11:31:41.406+01:00",
- "updated_at": "2022-02-14T11:31:42.462+01:00"
}, - {
- "id": 44780,
- "status": "offers_prepared",
- "tracking_number": null,
- "service": null,
- "reference": null,
- "is_return": false,
- "application_id": 23,
- "created_by_id": null,
- "external_customer_id": "8877xxx",
- "sending_method": null,
- "end_of_week_collection": false,
- "comments": "dowolny komentarz",
- "mpk": null,
- "additional_services": [ ],
- "custom_attributes": {
- "target_point": "ITALE23817"
}, - "insurance": {
- "amount": null,
- "currency": null
}, - "sender": {
- "id": 89561,
- "name": null,
- "company_name": "SendCloud B.V.",
- "first_name": "Brian",
- "last_name": "Slijp",
- "email": "remy.lojo.petrovcic@sendcloud.com",
- "phone": "3333333333",
- "address": {
- "id": 89245,
- "street": "Stadhuisplein",
- "building_number": "10",
- "line1": null,
- "line2": null,
- "city": "Mediolan",
- "post_code": "20100",
- "country_code": "IT"
}
}, - "receiver": {
- "id": 89560,
- "name": "Nazwa",
- "company_name": null,
- "first_name": "Jan",
- "last_name": "Kowalski",
- "email": "receiver@example.com",
- "phone": "888000000",
- "address": {
- "id": 89244,
- "street": "Malborska",
- "building_number": "130",
- "line1": null,
- "line2": null,
- "city": "Kraków",
- "post_code": "30-624",
- "country_code": "PL"
}
}, - "selected_offer": null,
- "offers": [
- {
- "id": 44784,
- "status": "available",
- "expires_at": "2022-02-14T11:36:36.663+01:00",
- "rate": null,
- "currency": "EURO",
- "additional_services": [ ],
- "carrier": {
- "id": "inpost_locker",
- "name": "InPost Paczkomaty",
- "description": "InPost Paczkomaty - Przesyłki paczkomatowe"
}, - "service": {
- "id": "inpost_locker_standard",
- "name": "Paczkomatowa standardowa",
- "description": "Przesyłka paczkomatowa standardowa"
}, - "unavailability_reasons": null
}, - {
- "id": 44785,
- "status": "unavailable",
- "expires_at": null,
- "rate": null,
- "currency": null,
- "additional_services": [ ],
- "carrier": {
- "id": "inpost_locker",
- "name": "InPost Paczkomaty",
- "description": "InPost Paczkomaty - Przesyłki paczkomatowe"
}, - "service": {
- "id": "inpost_locker_pass_thru",
- "name": "Podaj dalej",
- "description": "Przesyłka paczkomatowa Podaj Dalej"
}, - "unavailability_reasons": [
- {
- "key": "dropoff_and_target_points_must_be_equal",
- "message": "Dropoff point and target point must be equal for selected service."
}
]
}, - {
- "id": 44786,
- "status": "unavailable",
- "expires_at": null,
- "rate": null,
- "currency": null,
- "additional_services": [ ],
- "carrier": {
- "id": "inpost_locker",
- "name": "InPost Paczkomaty",
- "description": "InPost Paczkomaty - Przesyłki paczkomatowe"
}, - "service": {
- "id": "inpost_courier_c2c",
- "name": "Kurier standard",
- "description": "Przesyłka kurierska standardowa"
}, - "unavailability_reasons": [
- {
- "key": "sending_method_required",
- "message": "sending_method_required"
}
]
}
], - "transactions": [ ],
- "parcels": [
- {
- "id": 44782,
- "tracking_number": null,
- "is_non_standard": false,
- "template": "small",
- "dimensions": {
- "length": null,
- "width": null,
- "height": null,
- "unit": null
}, - "weight": {
- "amount": null,
- "unit": null
}
}
], - "created_at": "2022-02-14T11:31:36.527+01:00",
- "updated_at": "2022-02-14T11:31:36.674+01:00"
}, - {
- "id": 44779,
- "status": "confirmed",
- "tracking_number": "820100559275007010526759",
- "service": "inpost_courier_c2c",
- "reference": null,
- "is_return": false,
- "application_id": 23,
- "created_by_id": null,
- "external_customer_id": null,
- "sending_method": "pop",
- "end_of_week_collection": false,
- "comments": null,
- "mpk": null,
- "additional_services": [ ],
- "custom_attributes": {
- "sending_method": "pop",
- "target_point": "ADDRESS",
- "dropoff_point": "ANY"
}, - "insurance": {
- "amount": null,
- "currency": null
}, - "sender": {
- "id": 89559,
- "name": null,
- "company_name": null,
- "first_name": "OLIVIER",
- "last_name": "LAFRANCESCHINA",
- "email": "test@easypack.com",
- "phone": "3888000000",
- "address": {
- "id": 89243,
- "street": "1 rue de Talleyrand",
- "building_number": "7",
- "line1": null,
- "line2": null,
- "city": "MILANO",
- "post_code": "20154",
- "country_code": "IT"
}
}, - "receiver": {
- "id": 89558,
- "name": null,
- "company_name": null,
- "first_name": "OLIVIER",
- "last_name": "LAFRANCESCHINA",
- "email": "mondialrelay.deliveries@easypack.com",
- "phone": "3888000000",
- "address": {
- "id": 89242,
- "street": "1 rue de Talleyrand",
- "building_number": "1",
- "line1": null,
- "line2": null,
- "city": "Paris",
- "post_code": "75007",
- "country_code": "IT"
}
}, - "selected_offer": {
- "id": 44783,
- "status": "bought",
- "expires_at": null,
- "rate": null,
- "currency": "EURO",
- "additional_services": [ ],
- "carrier": {
- "id": "inpost_locker",
- "name": "InPost Paczkomaty",
- "description": "InPost Paczkomaty - Przesyłki paczkomatowe"
}, - "service": {
- "id": "inpost_courier_c2c",
- "name": "Kurier standard",
- "description": "Przesyłka kurierska standardowa"
}, - "unavailability_reasons": null
}, - "offers": [
- {
- "id": 44783,
- "status": "bought",
- "expires_at": null,
- "rate": null,
- "currency": "EURO",
- "additional_services": [ ],
- "carrier": {
- "id": "inpost_locker",
- "name": "InPost Paczkomaty",
- "description": "InPost Paczkomaty - Przesyłki paczkomatowe"
}, - "service": {
- "id": "inpost_courier_c2c",
- "name": "Kurier standard",
- "description": "Przesyłka kurierska standardowa"
}, - "unavailability_reasons": null
}
], - "transactions": [
- {
- "id": 44606,
- "status": "success",
- "offer_id": 44783,
- "details": { },
- "created_at": "2022-02-14T11:31:19.783+01:00",
- "updated_at": "2022-02-14T11:31:20.012+01:00"
}
], - "parcels": [
- {
- "id": 44781,
- "tracking_number": "820100559275007010526759",
- "is_non_standard": false,
- "template": "small",
- "dimensions": {
- "length": 380,
- "width": 640,
- "height": 80,
- "unit": "mm"
}, - "weight": {
- "amount": 25,
- "unit": "kg"
}
}
], - "created_at": "2022-02-14T11:31:19.541+01:00",
- "updated_at": "2022-02-14T11:31:21.456+01:00"
}, - {
- "id": 44778,
- "status": "confirmed",
- "tracking_number": "820100559215100013021687",
- "service": "inpost_locker_standard",
- "reference": null,
- "is_return": false,
- "application_id": 23,
- "created_by_id": null,
- "external_customer_id": null,
- "sending_method": null,
- "end_of_week_collection": false,
- "comments": null,
- "mpk": null,
- "additional_services": [ ],
- "custom_attributes": {
- "target_point": "ITALE23817"
}, - "insurance": {
- "amount": null,
- "currency": null
}, - "sender": {
- "id": 89557,
- "name": null,
- "company_name": "SendCloud B.V.",
- "first_name": "Brian",
- "last_name": "Slijp",
- "email": "remy.lojo.petrovcic@sendcloud.com",
- "phone": "3333333333",
- "address": {
- "id": 89241,
- "street": "Stadhuisplein",
- "building_number": "10",
- "line1": null,
- "line2": null,
- "city": "Mediolan",
- "post_code": "20100",
- "country_code": "IT"
}
}, - "receiver": {
- "id": 89556,
- "name": null,
- "company_name": "Giorgio Inc",
- "first_name": "Giovanni",
- "last_name": "Giorgio",
- "email": "test2@test2.it",
- "phone": "3666195247",
- "address": {
- "id": 89240,
- "street": null,
- "building_number": null,
- "line1": "Via Renato Fucini 26",
- "line2": null,
- "city": "Pisa",
- "post_code": "56127",
- "country_code": "IT"
}
}, - "selected_offer": {
- "id": 44782,
- "status": "bought",
- "expires_at": null,
- "rate": null,
- "currency": "EURO",
- "additional_services": [ ],
- "carrier": {
- "id": "inpost_locker",
- "name": "InPost Paczkomaty",
- "description": "InPost Paczkomaty - Przesyłki paczkomatowe"
}, - "service": {
- "id": "inpost_locker_standard",
- "name": "Paczkomatowa standardowa",
- "description": "Przesyłka paczkomatowa standardowa"
}, - "unavailability_reasons": null
}, - "offers": [
- {
- "id": 44782,
- "status": "bought",
- "expires_at": null,
- "rate": null,
- "currency": "EURO",
- "additional_services": [ ],
- "carrier": {
- "id": "inpost_locker",
- "name": "InPost Paczkomaty",
- "description": "InPost Paczkomaty - Przesyłki paczkomatowe"
}, - "service": {
- "id": "inpost_locker_standard",
- "name": "Paczkomatowa standardowa",
- "description": "Przesyłka paczkomatowa standardowa"
}, - "unavailability_reasons": null
}
], - "transactions": [
- {
- "id": 44605,
- "status": "success",
- "offer_id": 44782,
- "details": { },
- "created_at": "2022-02-14T11:31:13.446+01:00",
- "updated_at": "2022-02-14T11:31:13.666+01:00"
}
], - "parcels": [
- {
- "id": 44780,
- "tracking_number": "820100559215100013021687",
- "is_non_standard": false,
- "template": "small",
- "dimensions": {
- "length": 380,
- "width": 640,
- "height": 80,
- "unit": "mm"
}, - "weight": {
- "amount": 25,
- "unit": "kg"
}
}
], - "created_at": "2022-02-14T11:31:12.995+01:00",
- "updated_at": "2022-02-14T11:31:14.438+01:00"
}, - {
- "id": 44777,
- "status": "confirmed",
- "tracking_number": "820100559200171015516615",
- "service": "inpost_courier_c2c",
- "reference": null,
- "is_return": false,
- "application_id": 23,
- "created_by_id": null,
- "external_customer_id": null,
- "sending_method": "dispatch_order",
- "end_of_week_collection": false,
- "comments": null,
- "mpk": null,
- "additional_services": [ ],
- "custom_attributes": {
- "sending_method": "dispatch_order",
- "target_point": "ADDRESS"
}, - "insurance": {
- "amount": null,
- "currency": null
}, - "sender": {
- "id": 89555,
- "name": null,
- "company_name": "SendCloud B.V.",
- "first_name": "Brian",
- "last_name": "Slijp",
- "email": "remy.lojo.petrovcic@sendcloud.com",
- "phone": "3333333333",
- "address": {
- "id": 89239,
- "street": "Stadhuisplein",
- "building_number": "10",
- "line1": null,
- "line2": null,
- "city": "Mediolan",
- "post_code": "20100",
- "country_code": "IT"
}
}, - "receiver": {
- "id": 89554,
- "name": null,
- "company_name": "Roma",
- "first_name": null,
- "last_name": null,
- "email": "test2@test2.it",
- "phone": "3666195247",
- "address": {
- "id": 89238,
- "street": null,
- "building_number": null,
- "line1": "Roma-s",
- "line2": null,
- "city": "Roma",
- "post_code": "00171",
- "country_code": "IT"
}
}, - "selected_offer": {
- "id": 44781,
- "status": "bought",
- "expires_at": null,
- "rate": null,
- "currency": "EURO",
- "additional_services": [ ],
- "carrier": {
- "id": "inpost_locker",
- "name": "InPost Paczkomaty",
- "description": "InPost Paczkomaty - Przesyłki paczkomatowe"
}, - "service": {
- "id": "inpost_courier_c2c",
- "name": "Kurier standard",
- "description": "Przesyłka kurierska standardowa"
}, - "unavailability_reasons": null
}, - "offers": [
- {
- "id": 44781,
- "status": "bought",
- "expires_at": null,
- "rate": null,
- "currency": "EURO",
- "additional_services": [ ],
- "carrier": {
- "id": "inpost_locker",
- "name": "InPost Paczkomaty",
- "description": "InPost Paczkomaty - Przesyłki paczkomatowe"
}, - "service": {
- "id": "inpost_courier_c2c",
- "name": "Kurier standard",
- "description": "Przesyłka kurierska standardowa"
}, - "unavailability_reasons": null
}
], - "transactions": [
- {
- "id": 44604,
- "status": "success",
- "offer_id": 44781,
- "details": { },
- "created_at": "2022-02-14T11:31:03.713+01:00",
- "updated_at": "2022-02-14T11:31:03.921+01:00"
}
], - "parcels": [
- {
- "id": 44779,
- "tracking_number": "820100559200171015516615",
- "is_non_standard": false,
- "template": "small",
- "dimensions": {
- "length": 380,
- "width": 640,
- "height": 80,
- "unit": "mm"
}, - "weight": {
- "amount": 25,
- "unit": "kg"
}
}
], - "created_at": "2022-02-14T11:31:03.494+01:00",
- "updated_at": "2022-02-14T11:31:04.483+01:00"
}, - {
- "id": 44776,
- "status": "confirmed",
- "tracking_number": "820100559215100018011543",
- "service": "inpost_locker_standard",
- "reference": null,
- "is_return": false,
- "application_id": 23,
- "created_by_id": null,
- "external_customer_id": null,
- "sending_method": null,
- "end_of_week_collection": false,
- "comments": null,
- "mpk": null,
- "additional_services": [ ],
- "custom_attributes": {
- "target_point": "ITALE23817"
}, - "insurance": {
- "amount": null,
- "currency": null
}, - "sender": {
- "id": 89553,
- "name": null,
- "company_name": "SendCloud B.V.",
- "first_name": "Brian",
- "last_name": "Slijp",
- "email": "remy.lojo.petrovcic@sendcloud.com",
- "phone": "3333333333",
- "address": {
- "id": 89237,
- "street": "Stadhuisplein",
- "building_number": "10",
- "line1": null,
- "line2": null,
- "city": "Mediolan",
- "post_code": "20100",
- "country_code": "IT"
}
}, - "receiver": {
- "id": 89552,
- "name": null,
- "company_name": "Roma",
- "first_name": null,
- "last_name": null,
- "email": "test2@test2.it",
- "phone": "3666195247",
- "address": {
- "id": 89236,
- "street": null,
- "building_number": null,
- "line1": "Roma-s",
- "line2": null,
- "city": "Roma",
- "post_code": "00171",
- "country_code": "IT"
}
}, - "selected_offer": {
- "id": 44780,
- "status": "bought",
- "expires_at": null,
- "rate": null,
- "currency": "EURO",
- "additional_services": [ ],
- "carrier": {
- "id": "inpost_locker",
- "name": "InPost Paczkomaty",
- "description": "InPost Paczkomaty - Przesyłki paczkomatowe"
}, - "service": {
- "id": "inpost_locker_standard",
- "name": "Paczkomatowa standardowa",
- "description": "Przesyłka paczkomatowa standardowa"
}, - "unavailability_reasons": null
}, - "offers": [
- {
- "id": 44780,
- "status": "bought",
- "expires_at": null,
- "rate": null,
- "currency": "EURO",
- "additional_services": [ ],
- "carrier": {
- "id": "inpost_locker",
- "name": "InPost Paczkomaty",
- "description": "InPost Paczkomaty - Przesyłki paczkomatowe"
}, - "service": {
- "id": "inpost_locker_standard",
- "name": "Paczkomatowa standardowa",
- "description": "Przesyłka paczkomatowa standardowa"
}, - "unavailability_reasons": null
}
], - "transactions": [
- {
- "id": 44603,
- "status": "success",
- "offer_id": 44780,
- "details": { },
- "created_at": "2022-02-14T11:30:54.682+01:00",
- "updated_at": "2022-02-14T11:30:54.963+01:00"
}
], - "parcels": [
- {
- "id": 44778,
- "tracking_number": "820100559215100018011543",
- "is_non_standard": false,
- "template": "small",
- "dimensions": {
- "length": 380,
- "width": 640,
- "height": 80,
- "unit": "mm"
}, - "weight": {
- "amount": 25,
- "unit": "kg"
}
}
], - "created_at": "2022-02-14T11:30:54.255+01:00",
- "updated_at": "2022-02-14T11:30:56.420+01:00"
}
]
}
Shipments Hub2Locker
organization_id_H2L required | number (organization_id) Your Example: 23 |
This requestBody contains specific data and information for a H2L shipment use-case.
Success
{- "receiver": {
- "company_name": "Servizi SRL",
- "first_name": "Francesco",
- "last_name": "Pantaleo",
- "email": "test@gmail.com",
- "phone": "3380000888",
- "address": {
- "city": "Abbiategrasso",
- "post_code": 20081,
- "street": "Via Pavia c/o Abbiategrasso Energie",
- "building_number": 14
}
}, - "sender": {
- "company_name": "Servizi SRL",
- "first_name": "Francesco",
- "last_name": "Pantaleo",
- "email": "test@gmail.com",
- "phone": "3380000888",
- "address": {
- "city": "Abbiategrasso",
- "post_code": 20081,
- "street": "Via Pavia c/o Abbiategrasso Energie",
- "building_number": 14
}
}, - "parcels": {
- "template": "small"
}, - "service": "inpost_locker_standard",
- "custom_attributes": {
- "target_point": "ITARC23379"
}, - "reference": "ORDER: #0011001",
- "external_customer_id": 23
}
{- "id": 44617,
- "status": "created",
- "tracking_number": null,
- "service": "inpost_locker_standard",
- "reference": "ORDER: #99111000",
- "is_return": false,
- "application_id": 27,
- "created_by_id": null,
- "external_customer_id": null,
- "sending_method": null,
- "end_of_week_collection": false,
- "comments": null,
- "mpk": null,
- "additional_services": [ ],
- "custom_attributes": {
- "target_point": "ITARC23379"
}, - "insurance": {
- "amount": null,
- "currency": null
}, - "sender": {
- "id": 89235,
- "name": null,
- "company_name": null,
- "first_name": "Sender Name",
- "last_name": "Sender Surname",
- "email": "prova@hotmail.com",
- "phone": "3382280278",
- "address": {
- "id": 88919,
- "street": "Sender street",
- "building_number": "63",
- "line1": null,
- "line2": null,
- "city": "Corridonia ",
- "post_code": "62014",
- "country_code": "IT"
}
}, - "receiver": {
- "id": 89234,
- "name": null,
- "company_name": null,
- "first_name": "Receiver Name",
- "last_name": "Receiver Surname",
- "email": "prova_receiver@hotmail.com",
- "phone": "3382280278",
- "address": {
- "id": 88918,
- "street": "receiver street",
- "building_number": "10",
- "line1": null,
- "line2": null,
- "city": "Corridonia ",
- "post_code": "62014",
- "country_code": "IT"
}
}, - "selected_offer": null,
- "offers": [ ],
- "transactions": [ ],
- "parcels": [
- {
- "id": 44619,
- "tracking_number": null,
- "is_non_standard": false,
- "template": "small",
- "dimensions": {
- "length": 380,
- "width": 640,
- "height": 80,
- "unit": "mm"
}, - "weight": {
- "amount": 25,
- "unit": "kg"
}
}
], - "created_at": "2022-02-11T17:30:34.860+01:00",
- "updated_at": "2022-02-11T17:30:34.860+01:00"
}
Shipments Locker2Locker
organization_id_L2L required | number (organization_id) Your Example: 23 |
This requestBody contains specific data and information for a L2L shipment use-case.
Success
{- "receiver": {
- "company_name": "Servizi SRL",
- "first_name": "Francesco",
- "last_name": "Pantaleo",
- "email": "test@gmail.com",
- "phone": "3380000888",
- "address": {
- "city": "Abbiategrasso",
- "post_code": 20081,
- "street": "Via Pavia c/o Abbiategrasso Energie",
- "building_number": 14
}
}, - "sender": {
- "company_name": "Servizi SRL",
- "first_name": "Francesco",
- "last_name": "Pantaleo",
- "email": "test@gmail.com",
- "phone": "3380000888",
- "address": {
- "city": "Abbiategrasso",
- "post_code": 20081,
- "street": "Via Pavia c/o Abbiategrasso Energie",
- "building_number": 14
}
}, - "parcels": {
- "template": "small"
}, - "service": "inpost_locker_standard",
- "custom_attributes": {
- "target_point": "ITARC23379",
- "sending_method": "parcel_locker"
}, - "reference": "ORDER: #0011001",
- "external_customer_id": 23
}
{- "id": 44123,
- "status": "created",
- "tracking_number": null,
- "service": "inpost_locker_standard",
- "reference": "string",
- "is_return": false,
- "application_id": 27,
- "created_by_id": null,
- "external_customer_id": "23",
- "sending_method": "parcel_locker",
- "end_of_week_collection": false,
- "comments": null,
- "mpk": null,
- "additional_services": [ ],
- "custom_attributes": {
- "target_point": "ITARC23379",
- "sending_method": "parcel_locker"
}, - "insurance": {
- "amount": null,
- "currency": null
}, - "sender": {
- "id": 88247,
- "name": null,
- "company_name": "Servizi SRL",
- "first_name": "Francesco",
- "last_name": "Pantaleo",
- "email": "test@gmail.com",
- "phone": "3380000888",
- "address": {
- "id": 87936,
- "street": "Via Pavia c/o Abbiategrasso Energie",
- "building_number": "14",
- "line1": null,
- "line2": null,
- "city": "Abbiategrasso",
- "post_code": "20081",
- "country_code": "IT"
}
}, - "receiver": {
- "id": 88246,
- "name": null,
- "company_name": "Servizi SRL",
- "first_name": "Francesco",
- "last_name": "Pantaleo",
- "email": "test@gmail.com",
- "phone": "3380000888",
- "address": {
- "id": 87935,
- "street": "Via Pavia c/o Abbiategrasso Energie",
- "building_number": "14",
- "line1": null,
- "line2": null,
- "city": "Abbiategrasso",
- "post_code": "20081",
- "country_code": "IT"
}
}, - "selected_offer": null,
- "offers": [ ],
- "transactions": [ ],
- "parcels": [
- {
- "id": 44125,
- "tracking_number": null,
- "is_non_standard": false,
- "template": "small",
- "dimensions": {
- "length": 380,
- "width": 640,
- "height": 80,
- "unit": "mm"
}, - "weight": {
- "amount": 25,
- "unit": "kg"
}
}
], - "created_at": "2022-02-10T11:52:39.613+01:00",
- "updated_at": "2022-02-10T11:52:39.613+01:00"
}
Shipments Locker2Locker (Label-less)
organization_id_L2L_LL required | number (organization_id) Your Example: 23 |
This requestBody contains specific data and information for a L2L shipment use-case.
Success
{- "receiver": {
- "company_name": "Servizi SRL",
- "first_name": "Francesco",
- "last_name": "Pantaleo",
- "email": "test@gmail.com",
- "phone": "3380000888",
- "address": {
- "city": "Abbiategrasso",
- "post_code": 20081,
- "street": "Via Pavia c/o Abbiategrasso Energie",
- "building_number": 14
}
}, - "sender": {
- "company_name": "Servizi SRL",
- "first_name": "Francesco",
- "last_name": "Pantaleo",
- "email": "test@gmail.com",
- "phone": "3380000888",
- "address": {
- "city": "Abbiategrasso",
- "post_code": 20081,
- "street": "Via Pavia c/o Abbiategrasso Energie",
- "building_number": 14
}
}, - "parcels": {
- "template": "small"
}, - "service": "inpost_locker_standard",
- "custom_attributes": {
- "target_point": "ITARC23379",
- "sending_method": "any_point"
}, - "additional_services": [
- "labelless"
], - "reference": "ORDER: #0011001",
- "external_customer_id": 23
}
{- "id": 192524,
- "status": "created",
- "tracking_number": null,
- "service": "inpost_locker_standard",
- "reference": "ORDER: #0011001",
- "is_return": false,
- "application_id": 75,
- "created_by_id": null,
- "external_customer_id": "23",
- "sending_method": "any_point",
- "end_of_week_collection": false,
- "comments": null,
- "mpk": null,
- "additional_services": [
- "labelless"
], - "custom_attributes": {
- "target_point": "ITARC23379",
- "sending_method": "any_point"
}, - "insurance": {
- "amount": null,
- "currency": null
}, - "sender": {
- "id": 385049,
- "name": null,
- "company_name": "Servizi SRL",
- "first_name": "Francesco",
- "last_name": "Pantaleo",
- "email": "test@gmail.com",
- "phone": "3380000888",
- "address": {
- "id": 384577,
- "street": "Via Pavia c/o Abbiategrasso Energie",
- "building_number": "14",
- "line1": null,
- "line2": null,
- "city": "Abbiategrasso",
- "post_code": "20081",
- "country_code": "IT"
}
}, - "receiver": {
- "id": 385048,
- "name": null,
- "company_name": "Servizi SRL",
- "first_name": "Francesco",
- "last_name": "Pantaleo",
- "email": "test@gmail.com",
- "phone": "3380000888",
- "address": {
- "id": 384576,
- "street": "Via Pavia c/o Abbiategrasso Energie",
- "building_number": "14",
- "line1": null,
- "line2": null,
- "city": "Abbiategrasso",
- "post_code": "20081",
- "country_code": "IT"
}
}, - "selected_offer": null,
- "offers": [ ],
- "transactions": [ ],
- "parcels": [
- {
- "id": 192526,
- "tracking_number": null,
- "is_non_standard": false,
- "template": "small",
- "dimensions": {
- "length": 380,
- "width": 640,
- "height": 80,
- "unit": "mm"
}, - "weight": {
- "amount": 25,
- "unit": "kg"
}
}
], - "created_at": "2022-07-14T10:43:43.544+02:00",
- "updated_at": "2022-07-14T10:43:43.544+02:00"
}
Shipments Locker2Hub
organization_id_L2H required | number (organization_id) Your Example: 23 |
This requestBody contains specific data and information for a L2H shipment use-case.
Success
{- "receiver": {
- "company_name": "Servizi SRL",
- "first_name": "Francesco",
- "last_name": "Pantaleo",
- "email": "test@gmail.com",
- "phone": "3380000888",
- "address": {
- "city": "Abbiategrasso",
- "post_code": 20081,
- "street": "Via Pavia c/o Abbiategrasso Energie",
- "building_number": 14
}
}, - "sender": {
- "company_name": "Servizi SRL",
- "first_name": "Francesco",
- "last_name": "Pantaleo",
- "email": "test@gmail.com",
- "phone": "3380000888",
- "address": {
- "city": "Abbiategrasso",
- "post_code": 20081,
- "street": "Via Pavia c/o Abbiategrasso Energie",
- "building_number": 14
}
}, - "parcels": {
- "template": "small"
}, - "service": "inpost_courier_c2c",
- "custom_attributes": {
- "sending_method": "any_point"
}, - "additional_services": [
- "labelless"
], - "reference": "ORDER: #0011001",
- "external_customer_id": 23
}
{- "id": 44107,
- "status": "created",
- "tracking_number": null,
- "service": "inpost_courier_c2c",
- "reference": "ORDER: #00111000",
- "is_return": false,
- "application_id": 27,
- "created_by_id": null,
- "external_customer_id": null,
- "sending_method": null,
- "end_of_week_collection": false,
- "comments": null,
- "mpk": null,
- "additional_services": [ ],
- "custom_attributes": {
- "target_point": "ITARC23379"
}, - "insurance": {
- "amount": null,
- "currency": null
}, - "sender": {
- "id": 88215,
- "name": null,
- "company_name": null,
- "first_name": "Sender Name",
- "last_name": "Sender Surname",
- "email": "prova@hotmail.com",
- "phone": "3382280278",
- "address": {
- "id": 87904,
- "street": "Sender street",
- "building_number": "63",
- "line1": null,
- "line2": null,
- "city": "Corridonia ",
- "post_code": "62014",
- "country_code": "IT"
}
}, - "receiver": {
- "id": 88214,
- "name": null,
- "company_name": null,
- "first_name": "Receiver Name",
- "last_name": "Receiver Surname",
- "email": "prova_receiver@hotmail.com",
- "phone": "3382280278",
- "address": {
- "id": 87903,
- "street": "receiver street",
- "building_number": "10",
- "line1": null,
- "line2": null,
- "city": "Corridonia ",
- "post_code": "62014",
- "country_code": "IT"
}
}, - "selected_offer": null,
- "offers": [ ],
- "transactions": [ ],
- "parcels": [
- {
- "id": 44109,
- "tracking_number": null,
- "is_non_standard": false,
- "template": "small",
- "dimensions": {
- "length": 380,
- "width": 640,
- "height": 80,
- "unit": "mm"
}, - "weight": {
- "amount": 25,
- "unit": "kg"
}
}
], - "created_at": "2022-02-10T11:50:48.228+01:00",
- "updated_at": "2022-02-10T11:50:48.228+01:00"
}
Shipments Locker2Hub (Label-less)
organization_id_L2H_LL required | number (organization_id) Your Example: 23 |
This requestBody contains specific data and information for a L2H shipment use-case.
Success
{- "receiver": {
- "company_name": "Servizi SRL",
- "first_name": "Francesco",
- "last_name": "Pantaleo",
- "email": "test@gmail.com",
- "phone": "3380000888",
- "address": {
- "city": "Abbiategrasso",
- "post_code": 20081,
- "street": "Via Pavia c/o Abbiategrasso Energie",
- "building_number": 14
}
}, - "sender": {
- "company_name": "Servizi SRL",
- "first_name": "Francesco",
- "last_name": "Pantaleo",
- "email": "test@gmail.com",
- "phone": "3380000888",
- "address": {
- "city": "Abbiategrasso",
- "post_code": 20081,
- "street": "Via Pavia c/o Abbiategrasso Energie",
- "building_number": 14
}
}, - "parcels": {
- "template": "small"
}, - "service": "inpost_courier_c2c",
- "custom_attributes": {
- "sending_method": "any_point"
}, - "additional_services": [
- "labelless"
], - "reference": "ORDER: #0011001",
- "external_customer_id": 23
}
{- "id": 192528,
- "status": "created",
- "tracking_number": null,
- "service": "inpost_courier_c2c",
- "reference": "ORDER: #0011001",
- "is_return": false,
- "application_id": 75,
- "created_by_id": null,
- "external_customer_id": "23",
- "sending_method": "any_point",
- "end_of_week_collection": false,
- "comments": null,
- "mpk": null,
- "additional_services": [
- "labelless"
], - "custom_attributes": {
- "sending_method": "any_point"
}, - "insurance": {
- "amount": null,
- "currency": null
}, - "sender": {
- "id": 385057,
- "name": null,
- "company_name": "Servizi SRL",
- "first_name": "Francesco",
- "last_name": "Pantaleo",
- "email": "test@gmail.com",
- "phone": "3380000888",
- "address": {
- "id": 384585,
- "street": "Via Pavia c/o Abbiategrasso Energie",
- "building_number": "14",
- "line1": null,
- "line2": null,
- "city": "Abbiategrasso",
- "post_code": "20081",
- "country_code": "IT"
}
}, - "receiver": {
- "id": 385056,
- "name": null,
- "company_name": "Servizi SRL",
- "first_name": "Francesco",
- "last_name": "Pantaleo",
- "email": "test@gmail.com",
- "phone": "3380000888",
- "address": {
- "id": 384584,
- "street": "Via Pavia c/o Abbiategrasso Energie",
- "building_number": "14",
- "line1": null,
- "line2": null,
- "city": "Abbiategrasso",
- "post_code": "20081",
- "country_code": "IT"
}
}, - "selected_offer": null,
- "offers": [ ],
- "transactions": [ ],
- "parcels": [
- {
- "id": 192530,
- "tracking_number": null,
- "is_non_standard": false,
- "template": "small",
- "dimensions": {
- "length": 380,
- "width": 640,
- "height": 80,
- "unit": "mm"
}, - "weight": {
- "amount": 25,
- "unit": "kg"
}
}
], - "created_at": "2022-07-14T10:45:46.516+02:00",
- "updated_at": "2022-07-14T10:45:46.516+02:00"
}
The label entity is automatically generated after the creation of a shipment. You can retrieve the shipping label in various formats. Here's an example label with some explanations.
1-7 are automatically calculated by the system
8 corrisponds to the template of the specific parcel
Template | Dimension | Weight | Description |
---|---|---|---|
small | 8 x 38 x 64 cm | do 25 kg | Size A |
medium | 19 x 38 x 64 cm | do 25 kg | Size B |
large | 41 x 38 x 64 cm | do 25 kg | Size C |
9 is the target point (Locker or PUDO name and Hub)
10 - 11 are Name and Adresses for sender and receiver
13 indicates if the parcel will be picked up by a courier or drop off by the customer
17 is the Reference indicated in the specific Shipment (if any)
Requirements:
pickup_time_expired
or stored
status.After the Shipment Creation, there are two alternative ways to keep updated about the status of a shipment: Configured a Webhook or invoke Shipment Tracking API.
For implementing an on-demand alignment, the best solution can be request of the tracking via ShipX Tracking API with the tracking number
Tracking resource is an object representing information about the current status of the shipment in the logistics system. It can be utilized to get information about the creation, status change and status history of the shipment
Success
uknown_tracking_number
resource_not_found
{- "tracking_number": "820100559215100015577452",
- "service": "inpost_locker_standard",
- "type": "inpost_locker_standard",
- "status": "confirmed",
- "custom_attributes": {
- "size": "A",
- "target_machine_id": "ITALE23817",
- "target_machine_detail": {
- "name": "ITALE23817",
- "opening_hours": "24/7",
- "location_description": "COOP Alessandria - Via Sclavo 15",
- "location": {
- "latitude": 44.91389,
- "longitude": 8.6327
}, - "address": {
- "line1": "Via Sclavo 15",
- "line2": "15100 Alessandria"
}, - "type": [
- "parcel_locker"
], - "location247": true
}, - "end_of_week_collection": false
}, - "tracking_details": [
- {
- "status": "confirmed",
- "origin_status": "Prepared",
- "agency": "RM",
- "datetime": "2022-02-14T12:48:19.000+01:00"
}
], - "expected_flow": [ ],
- "created_at": "2022-02-14T12:48:18.926+01:00",
- "updated_at": "2022-02-14T12:48:19.570+01:00"
}
Status | Description |
---|---|
created | Parcel created, but not ready for shipment. |
confirmed | The label is ready for the download, but the journey of the parcel has not yet begun. |
dispatched_by_sender | The parcel is waiting for the courier to collect from the parcel machine or PUDO. From there it will go to the nearest InPost branch and then to the collection parcel machine. |
taken_by_courier | The parcel has been picked up from the Sender and is being delivered to the parcel machine indicated by you. |
adopted_at_source_branch | The parcel has been delivered to an InPost branch, from where it will soon set off on its further journey. |
sent_from_source_branch | The parcel has been sent from InPost branch, to the destination InPost depot. |
adopted_at_sorting_center | The parcel has get into the InPost sorting center. |
sent_from_sorting_center | The parcel has left the InPost sorting center. |
adopted_at_target_branch | The parcel has arrived to the destination InPost branch, it will go out for delivery soon. |
out_for_delivery | The shipment will reach the recipient on the next working day at the latest. |
ready_to_pickup | It’s done! The parcel will wait for the collection in the Parcel Machine or PUDO. The Receiver gets a notification, a text message and an e-mail with the collection code. If the parcel is not collected within this time, it will be returned to the Sender, which will be notified to the Receiver in a separate communication. |
delivered | The journey of the parcel from the Sender to the Recipient has ended. |
pickup_reminder_sent | You still have some hours to collect the parcel from the parcel machine or PUDO (depending on the specific contract). Then it will be returned to the Sender |
pickup_time_expired | The time for you to collect the parcel from the parcel machine or PUDO has passed. InPost delivery man will take the parcel to your branch at the next visit to the parcel machine. The Recipient still has a chance to collect the parcel if he arrives at the parcel machine before the delivery man. |
missing | Under investigation. Please reach out to InPost CS team for further information. |
claimed | The end user has opened a claim and the parcel is currently under investigation. |
returned_to_sender | The parcel has completed its way back to the Sender. |
other | Internal technical status which may vary depending on each case. For additional info reach out to CS team |
oversized | The parcel exceeds the maximum weight allowance and/or dimensions accepted by InPost. |
handed_over | Parcel transferred for transport abroad. |
returned_to_agency | The parcel is in the InPost depot, on its way back to the Sender. |
canceled | The shipping label has been canceled or expired. The parcel has not been sent to the Recipient. |
collected_from_sender | Courier collected the parcel from the Sender and passes it to the InPost branch. |
Success
{- "items": [
- {
- "name": "created",
- "title": "Parcel created.",
- "description": "Parcel created, but not ready for shipment."
}, - {
- "name": "confirmed",
- "title": "Prepared by the Sender.",
- "description": "The Sender informed us that they had prepared the parcel for shipment. The journey of the parcel has not yet begun."
}, - {
- "name": "dispatched_by_sender",
- "title": "Parcel shipped at the parcel machine.",
- "description": "The parcel is waiting for the delivery man to take it out of the parcel machine. From there it will go to the nearest InPost branch and then to the collection parcel machine."
}, - {
- "name": "taken_by_courier",
- "title": "Picked up from Sender.",
- "description": "The parcel has been picked up from the Sender and is being delivered to the parcel machine indicated by you."
}, - {
- "name": "out_for_delivery",
- "title": "Handed over for delivery.",
- "description": "The shipment will reach the recipient on the next working day at the latest. InPost delivery men deliver parcels even late in the evening, so it is worth having your phone on."
}, - {
- "name": "ready_to_pickup",
- "title": "Placed in the (collection) parcel machine.",
- "description": "It’s done! The parcel will wait for the collection in the Parcel Machine. The Receiver gets a notification in the application, a text message and an e-mail with the collection code. If the parcel is not collected within this time, it will be returned to the Sender, which will be notified to the Receiver in a separate communication."
}, - {
- "name": "delivered",
- "title": "Delivered.",
- "description": "The journey of the parcel from the Sender to the Recipient has ended, but it does not have to mean the end of our acquaintance:) If you like InPost, visit our fanpage on Facebook. Thank you!"
}, - {
- "name": "pickup_reminder_sent",
- "title": "Reminder of a pending parcel.",
- "description": "You still have 12 hours to collect the parcel from the parcel machine. Then it will be returned to the Sender. Do you want to extend the stay of your parcel for a fee? Do it in InPost App. Read about it on our website https://inpost.pl/przedluzenie-czasu-odbioru-paczki"
}, - {
- "name": "pickup_time_expired",
- "title": "The deadline for collecting has passed.",
- "description": "The time for you to collect the parcel from the parcel machine has passed. InPost delivery man will take the parcel to your branch at the next visit to the parcel machine. The Recipient still has a chance to collect the parcel if he arrives at the parcel machine before the delivery man."
}, - {
- "name": "missing",
- "title": "translation missing: en_GB.statuses.missing.title",
- "description": "translation missing: en_GB.statuses.missing.description"
}, - {
- "name": "canceled",
- "title": "The label was cancelled.",
- "description": "The shipping label has been canceled or expired. The parcel has not been sent to the Recipient."
}, - {
- "name": "claimed",
- "title": "Complained in Parcel Machine.",
- "description": "Please complete the complaint process by filling out the form on the InPost website."
}, - {
- "name": "returned_to_sender",
- "title": "Return to sender.",
- "description": "The parcel has set off on its way back to the Sender."
}, - {
- "name": "other",
- "title": "Other status.",
- "description": "The parcel is in an unrecognized status."
}, - {
- "name": "oversized",
- "title": "Oversize parcel.",
- "description": "The parcel does not fit into the locker of the parcel machine."
}, - {
- "name": "handed_over",
- "title": "Handed over.",
- "description": "Parcel transferred for transport abroad."
}, - {
- "name": "returned_to_agency",
- "title": "Returned to agency.",
- "description": "Parcel in depot ready to be returned to sender."
}, - {
- "name": "collected_from_sender",
- "title": "Picked up from the client.",
- "description": "Courier collected the parcel from the Sender and passes it to the InPost branch."
}, - {
- "name": "adopted_at_sorting_center",
- "title": "Parcel waiting for transferring.",
- "description": "The parcel is waiting to be transferred to the destination town. Most InPost parcels stop at the Main Sorting Facility for a while. Up to one million parcels per day are sorted in the state-of-the-art warehouse!"
}, - {
- "name": "adopted_at_source_branch",
- "title": "Parcel in the warehouse.",
- "description": "The parcel is in our warehouse, from here it will start its journey."
}, - {
- "name": "adopted_at_target_branch",
- "title": "The parcel is in town.",
- "description": "The parcel is already in the Recipient's town. Soon it will reach the hands of the delivery man and begin the final leg of the journey."
}, - {
- "name": "sent_from_sorting_center",
- "title": "Sent from the Sorting Facility.",
- "description": "The parcel is going to the Recipient's town."
}, - {
- "name": "sent_from_source_branch",
- "title": "On the road.",
- "description": "Your parcel is on its way to the next intermediate hub."
}
]
}
GEOv4 (also known as Geowidget v4) is a point locator and picker designed by Integer sp. z o.o. It's main goal is to show map of points with several types (for example machines), provide informations about this points and give possibility to integrate with clients external systems. GEOv4 is a widget-type software, it means that whole code and processing is held on InPost servers, external clients only attach link to this code and specify configuration that will be used on theirs systems.
Data made available in the widget are extracted from the italian production environment
: https://api-it-local-points.easypack24.net/v1/points
<script async src="https://geowidget.easypack24.net/js/sdk-for-javascript.js"></script>
<link rel="stylesheet" href="https://geowidget.easypack24.net/css/easypack.css"/>
<script type="text/javascript">
window.easyPackAsyncInit = function () {
easyPack.init({}); // Configuration object
var map = easyPack.mapWidget('easypack-map', function(point){
console.log(point);
});
};
</script>
Include the widget with a simple HTML tag inside your page.
IMPORTANT the ID shouldn't be changed and should correspond to the ID used in the previous script.
<div id="easypack-map"></div>
Configuration Object
included during the step 2. Here's an example of configuration, you can find parameter's details in the next charapter.easyPack.init({
defaultLocale: 'pl',
points: {
types: ['parcel_locker']
},
map: {
defaultLocation: [51.507351, -0.127758],
initialTypes: ['parcel_locker']
}
});
ParameterName | Description | Default value |
---|---|---|
paymentFilter | - | false |
listItemFormat | Allows to change default layout of point information on points list. | ["<b>{name}</b>", "<strong>{address_details.street}</strong> {address_details.building_number}"] |
addressFormat | A string that rapresent address format | '{street} {building_number} {post_code} {city}' |
apiEndpoint | URL to API Points which will be connected to Geowidget | it: https://api-it-local-points.easypack24.net/v1/ |
searchType | Setup search type, available to use Open Street Map Nominatim or Google Maps Autocomplete. Available parameters: osm, google ⚠️ For 'google' option map.googleKey is required. |
'osm' |
showNonOperatingLockers | This parameter allows you to choose whether to display only the points in Operating or Operating+NonOperating status. If set to false, NonOperating states will not be shown. ⚠️Only points in Operating state can be selected and used by the final user. |
true |
points | Setup points details Available parameters: parcel - points with functions send and collect parcel_send - points with functions send only parcel_collect - points with functions collect only |
{ types: ['pop', 'parcel_locker'], allowedToolTips: ['pok', 'pop'], functions: [] } |
mapType | Setup map type, available to use Open Street Map or Google Maps. Available parameters: osm, google ⚠️ For 'google' option map.googleKey is required. |
'osm' |
map | Setup map details. | { googleKey: '', useGeolocation: true, initialZoom: 13, detailsMinZoom: 15, /*minimum zoom after marker click*/ autocompleteZoom: 14, visiblePointsMinZoom: 13, defaultLocation: [52.229807, 21.011595], initialTypes: ['pop', 'parcel_locker'], /*which type should be selected by default. Options: parcel_locker_only, parcel_locker, pop */} |
mobileSize | Screen width below which mobile version is triggered. | 768 |
instance | Override default config by config prepared for instance. Available parameters: |
pl |
mobileFiltersAsCheckbox | Option set to false make filter option as radio in mobile, option true as checkobx. | true |
locales | Languages that will be displayed as list in front layer. They can be dynamically changed. | ['pl','uk'] |
defaultLocale | Geowidget language that will be uses in front-end. Available parameters: pl,uk |
'pl' |
display | Enable/disable visible type filters and search bar | { showTypesFilters: true, showSearchBar: true } |
langSelection | Determines if language selection bar should be displayed. | false |
filters | Determines if filters (functions) bar should be displayed. | false |
customDetailsCallback | Allows to set custom callback for details action Example: function(point){...}, false |
false |
customMapAndListInRow | Allow to change layout where list of point is below map. Points on list were paginated, number of point per page can be configured. | { enabled: false, itemsPerPage: 8 } |
If you wants to get point data that user selected on Geowidget, you can configure callback like this:
var map = easyPack.mapWidget('easypack-map', function(point) {
alert(point.name);
});
Show Geowidget inside modal:
easyPack.modalMap(function(point, modal) {
modal.closeModal();
console.log(point);
}, { width: 500, height: 600 });
Show Geowidget as dropdown:
easyPack.dropdownWidget('easypack-widget', function(point) {
console.log(point)
});
Enable Google Maps:
Google API Key is required. The key should have the following interfaces enabled:
Then, you need to initialize the widget like that:
easyPack.init({
mapType: 'google',
searchType: 'google',
map: {
googleKey: 'your-google-api-key'
}
});
Function for search point by name and show it on map:
map.searchLockerPoint('PointName');
Function for search place by name and show it on map:
map.searchPlace('Wroclaw');
Display points with different types
PARCEL_LOCKER_ONLY - In results we have points - physical machines only
points: {
types: [‘parcel_locker_only']
},
map: {
initialTypes: [‘parcel_locker_only']
}
POP - In results we have points with types 'pop' and 'super_pop'
points: {
types: [‘pop']
},
map: {
initialTypes: [‘pop']
}
PARCEL_LOCKER - In results we have points -physical machines and 'super_pop' type
points: {
types: [‘parcel_locker']
},
map: {
initialTypes: [‘parcel_locker']
}
PARCEL_LOCKER_SUPERPOP - In results we have points - 'super_pop' type only
points: {
types: [‘parcel_locker_superpop']
},
map: {
initialTypes: [‘parcel_locker_superpop']
}
PARCEL LOCKER + POP - In results we have points - physical machines, 'pop' and 'super_pop' types
points: {
types: [‘parcel_locker', 'pop']
},
map: {
initialTypes: [‘parcel_locker', 'pop']
}
PARCEL LOCKER + POP - In results we have points - physical machines, 'pop' and 'super_pop' types but selected is only 'parcel_locker' and 'super_pop' type
points: {
types: [‘parcel_locker, pop']
},
map: {
initialTypes: [‘parcel_locker']
}
PARCEL LOCKER + POP - In results we have points - physical machines, 'pop' and 'super_pop' types but selected is only 'pop' and 'super_pop' type
points: {
types: [‘parcel_locker, pop']
},
map: {
initialTypes: [‘pop']
}
Webhook is used to send the user information about changes in the status of the shipment.
Used to align near real-time a client every time a significant change has occurred.
Correct URL structure
Access to the resource to which the entered URL points
Resource should respond with HTTP 200
Example:
http://www.serwer.pl:8080/catalog1/catalog2/file.xxx
{protocol}://{address}:{port}{file_path}
{
"event_ts": "2020-03-20 15:08:06 +0100",
"event": "shipment_confirmed",
"organization_id": 1,
"payload": {
"shipment_id": 49,
"tracking_number": null
}
}
{
"event_ts": "2020-03-20 15:08:42 +0100",
"event": "shipment_status_changed",
"organization_id": 1,
"payload": {
"shipment_id": 49,
"status": "delivered",
"tracking_number": null
}
}
{
"event_ts": "2020-03-13 10:48:01 +0100",
"event": "offers_prepared",
"organization_id": 1,
"payload": {
"shipment_id": 349,
"offers": [
{
"id": 481,
"status": "unavailable",
"expires_at": null,
"rate": null,
"currency": null,
"additional_services": [],
"carrier": {
"id": "inpost_locker",
"name": "InPost Paczkomaty",
"description": "InPost Paczkomaty - Przesyłki paczkomatowe"
},
"service": {
"id": "inpost_locker_standard_smart",
"name": "Paczkomatowa standardowa",
"description": "Przesyłka paczkomatowa standardowa"
},
"unavailability_reasons": [
{
"key": "allegro_email_invalid",
"message": "allegro_email_invalid"
}
]
},
{
"id": 480,
"status": "unavailable",
"expires_at": null,
"rate": null,
"currency": null,
"additional_services": [],
"carrier": {
"id": "inpost_locker",
"name": "InPost Paczkomaty",
"description": "InPost Paczkomaty - Przesyłki paczkomatowe"
},
"service": {
"id": "inpost_locker_allegro_smart",
"name": "Allegro Paczkomaty24/7 InPost",
"description": "Przesyłka paczkomatowa Allegro Paczkomaty24/7 InPost"
},
"unavailability_reasons": [
{
"key": "invalid_target_point_function",
"message": "Invalid target point function."
},
{
"message": "allegro_email_invalid"
}
]
},
{
"id": 479,
"status": "available",
"expires_at": "2020-03-13T10:53:01.852+01:00",
"rate": null,
"currency": "PLN",
"additional_services": [],
"carrier": {
"id": "inpost_courier",
"name": "InPost Kurier",
"description": "InPost Express - Przesyłki kurierskie"
},
"service": {
"id": "inpost_courier_c2c",
"name": "Kurier standard",
"description": "Przesyłka kurierska standardowa"
},
"unavailability_reasons": null
},
{
"id": 478,
"status": "available",
"expires_at": "2020-03-13T10:53:01.674+01:00",
"rate": null,
"currency": "PLN",
"additional_services": [],
"carrier": {
"id": "inpost_courier",
"name": "InPost Kurier",
"description": "InPost Express - Przesyłki kurierskie"
},
"key": "allegro_email_invalid",
"service": {
"id": "inpost_courier_local_super_express",
"name": "Kurier lokalny SuperExpress",
"description": "Przesyłka kurierska lokalna super expresowa"
},
"unavailability_reasons": null
},
{
"id": 477,
"status": "available",
"expires_at": "2020-03-13T10:53:00.941+01:00",
"rate": null,
"currency": "PLN",
"additional_services": [],
"carrier": {
"id": "inpost_courier",
"name": "InPost Kurier",
"description": "InPost Express - Przesyłki kurierskie"
},
"service": {
"id": "inpost_courier_local_express",
"name": "Kurier lokalny Express",
"description": "Przesyłka kurierska lokalna expresowa"
},
"unavailability_reasons": null
},
{
"id": 476,
"status": "available",
"expires_at": "2020-03-13T10:53:00.344+01:00",
"rate": null,
"currency": "PLN",
"additional_services": [],
"carrier": {
"id": "inpost_courier",
"name": "InPost Kurier",
"description": "InPost Express - Przesyłki kurierskie"
},
"service": {
"id": "inpost_courier_local_standard",
"name": "Kurier lokalny Standard",
"description": "Przesyłka kurierska lokalna standardowa"
},
"unavailability_reasons": null
},
{
"id": 475,
"status": "available",
"expires_at": "2020-03-13T10:52:59.408+01:00",
"rate": null,
"currency": "PLN",
"additional_services": [],
"carrier": {
"id": "inpost_courier",
"name": "InPost Kurier",
"description": "InPost Express - Przesyłki kurierskie"
},
"service": {
"id": "inpost_courier_express_1700",
"name": "Kurier doręczenie 17:00",
"description": "Przesyłka kurierska z doręczeniem do godziny 17:00 następnego dnia"
},
"unavailability_reasons": null
},
{
"id": 474,
"status": "available",
"expires_at": "2020-03-13T10:52:59.054+01:00",
"rate": null,
"currency": "PLN",
"additional_services": [],
"carrier": {
"id": "inpost_courier",
"name": "InPost Kurier",
"description": "InPost Express - Przesyłki kurierskie"
},
"service": {
"id": "inpost_courier_express_1200",
"name": "Kurier doręczenie 12:00",
"description": "Przesyłka kurierska z doręczeniem do godziny 12:00 następnego dnia"
},
"unavailability_reasons": null
},
{
"id": 473,
"status": "available",
"expires_at": "2020-03-13T10:52:57.679+01:00",
"rate": null,
"currency": "PLN",
"additional_services": [],
"carrier": {
"id": "inpost_courier",
"name": "InPost Kurier",
"description": "InPost Express - Przesyłki kurierskie"
},
"service": {
"id": "inpost_courier_express_1000",
"name": "Kurier doręczenie 10:00",
"description": "Przesyłka kurierska z doręczeniem do godziny 10:00 następnego dnia"
},
"unavailability_reasons": null
},
{
"id": 472,
"status": "unavailable",
"expires_at": null,
"rate": null,
"currency": null,
"additional_services": [],
"carrier": {
"id": "inpost_courier",
"name": "InPost Kurier",
"description": "InPost Express - Przesyłki kurierskie"
},
"service": {
"id": "inpost_courier_allegro",
"name": "Allegro Kurier24 InPost",
"description": "Przesyłka kurierska Allegro Kurier24 InPost"
},
"unavailability_reasons": [
{
"key": "parcels_size_invalid",
"message": "Parcel is too large or too heavy."
},
{
"message": "allegro_email_invalid"
}
]
},
{
"id": 471,
"status": "available",
"expires_at": "2020-03-13T10:52:57.115+01:00",
"rate": null,
"currency": "PLN",
"additional_services": [],
"carrier": {
"key": "allegro_email_invalid",
"id": "inpost_courier",
"name": "InPost Kurier",
"description": "InPost Express - Przesyłki kurierskie"
},
"service": {
"id": "inpost_courier_standard",
"name": "Kurier standard",
"description": "Przesyłka kurierska standardowa"
},
"unavailability_reasons": null
},
{
"id": 470,
"status": "unavailable",
"expires_at": null,
"rate": null,
"currency": null,
"additional_services": [],
"carrier": {
"id": "inpost_letter",
"name": "InPost Listy",
"description": "Inpost Letter - Przesyłki listowe"
},
"service": {
"id": "inpost_letter_allegro",
"name": "Allegro miniKurier24 InPost",
"description": "Przesyłka listowa Allegro miniKurier24 InPost"
},
"unavailability_reasons": [
{
"key": "parcels_size_invalid",
"message": "Parcel is too large or too heavy."
},
{
"message": "allegro_email_invalid"
}
]
},
{
"id": 469,
"status": "unavailable",
"expires_at": null,
"rate": null,
"currency": null,
"additional_services": [],
"key": "allegro_email_invalid",
"carrier": {
"id": "inpost_locker",
"name": "InPost Paczkomaty",
"description": "InPost Paczkomaty - Przesyłki paczkomatowe"
},
"service": {
"id": "inpost_locker_pass_thru",
"name": "Podaj dalej",
"description": "Przesyłka paczkomatowa Podaj Dalej"
},
"unavailability_reasons": [
{
"key": "dropoff_and_target_points_must_be_equal",
"message": "Dropoff point and target point must be equal for selected service."
}
]
},
{
"id": 468,
"status": "unavailable",
"expires_at": null,
"rate": null,
"currency": null,
"additional_services": [],
"carrier": {
"id": "inpost_locker",
"name": "InPost Paczkomaty",
"description": "InPost Paczkomaty - Przesyłki paczkomatowe"
},
"service": {
"id": "inpost_locker_allegro",
"name": "Allegro Paczkomaty24/7 InPost",
"description": "Przesyłka paczkomatowa Allegro Paczkomaty24/7 InPost"
},
"unavailability_reasons": [
{
"key": "invalid_target_point_function",
"message": "Invalid target point function."
},
{
"message": "allegro_email_invalid"
}
]
},
{
"key": "allegro_email_invalid",
"id": 467,
"status": "unavailable",
"expires_at": null,
"rate": null,
"currency": null,
"additional_services": [],
"carrier": {
"id": "inpost_locker",
"name": "InPost Paczkomaty",
"description": "InPost Paczkomaty - Przesyłki paczkomatowe"
},
"service": {
"id": "inpost_locker_standard",
"name": "Paczkomatowa standardowa",
"description": "Przesyłka paczkomatowa standardowa"
},
"unavailability_reasons": [
{
"target_point": "translation missing: keys.errors.attributes.target_point.invalid"
}
]
}
]
}
}
The plug-in can be downloaded from the site https://inpost.it/soluzioni-le-aziende. Please contact InPost commercial team to activate the service and receive API credentials.
Once you have the installation file, you can add it to your Wocommerce Store from Plugins → Add New
Once installed, the plugin must be configured with the following settings:
ParameterName | Required/Optional | Description |
---|---|---|
Organization ID | Required | The data must be provided by InPost |
Token | Required | The data must be provided by InPost |
Type of API | Required | Sandbox (for testing) or Production |
Company name | Required | Company name that will be displayed on the shipping label |
Email for delivery notifications | Required | Email used to receive delivery notifications |
Mobile phone for delivery notifications | Required | Mobile Italian phone to receive delivery notifications:
|
City (Delivery Address for returns to sender) | Required | City |
Postal code (Delivery Address for returns to sender) | Required | Postal code |
Street (Delivery Address for returns to sender) | Required | Street |
Building number (Delivery Address for returns to sender) | Required | Building number |
Default parcel size | Required | Default parcel size that will be communicated to InPost and which will determine the size of the box to use at the locker. The size can be updated in the order panel.
|
Format of the shipping label | Required | A4 or A6 |
Hide the service at the checkout if the total weight is more than 25 Kg | Optional | If checked, InPost delivery method will be hidden at the checkout, preventing parcels from being rejected if the total weight exceeds our maximum allowed value of 25 Kg. This only works if the merchant has entered the weight of each product on their site. |
Return Portal link | Optional | Fast Return is an optional InPost service that allows customers to return a parcel in just a few clicks. No API integration is needed. If the service is enabled for the account, enter here the URL of the portal to enable a return button in the Order panel of the User Account. |
Type of flow | Required | A2L or L2L It will be communicated by InPost |
City (Pick Up Address) | Required ONLY for A2L | City |
Postal code (Pick Up Address) | Required ONLY for A2L | Postal code |
Street (Pick Up Address) | Required ONLY for A2L | Street |
Building number (Pick Up Address) | Required ONLY for A2L | Building number |
Color setting for Inpost call to actions at the checkout | Optional | Set the color of the plugin buttons at the checkout in line with your brand identity. |
Customize the font and styling of the InPost description text at the checkout as per your brand identity | Optional | Set the font and style of the InPost description text at the checkout in line with your brand identity. |
Don’t forget to add InPost delivery method to a Shipping Zone from Setting → Shipping, as well as to assign pricing rules as per Wocommerce standard configurations. It is also possible to decide whether to apply the minimum order rule before or after the discounts. If the "Apply minimum order rule before coupon discount" box is checked free shipping would be available based on the pre-discount order amount. Note that this checkbox will only work if you have set up free shipping within the woocommerce shipping methods of the country in question.
If there are products that must be excluded from InPost delivery method because too big or too heavy, go to Products → Edit Product → InPost and remove the flag “InPost Point 24/7”.
This is an example of how InPost Delivery Method is displayed at the checkout.
If InPost delivery method is selected by the customer, it is mandatory to select a collection point from the map. It is possible to search the closest InPost point by city, address, postal code or Point reference. NOTE: for testing purposes, use this collection point ITBAR24589 (It can also be modified during the label creation phase - see "Shipment and label creation" section).
InPost will send SMS and email notifications to keep both sender and recipient updated about the delivery status.
If the Fast Return service has been enabled in the plugin configuration, a return button will be visible in the Order area of the User Personal Account. The link will redirect the customer to an external portal.
InPost orders are visible both in the Wocommerce Order panel or in InPost Italy → Shipping.
For an Inpost order, the order detail page shows a custom InPost support area from where it is possible to update
After a few seconds, the “Get Label” button will be available. If used, will generate a shipping label with the format specified in the plugin configuration.
For bulk operations, there are two options: