Parcel lockers
This guide takes you through the basic setup and steps to integrate to Helthjem parcel lockers.
Choosing the right method
There are multiple ways to set up an integration to book parcels to parcel lockers, lets start by finding the right flow and the information you need to connect to our parcel locker network.
In practice, there are 3 pathways to connect to the network:
- Booking a unique parcel locker location during booking.
- Booking a parcel with an address, where the closest parcel locker is automatically assigned.
- Using the fallback delivery methods in existing transport solutions.
1. Book a unique parcel locker location.
Setup
These steps assume that you have already authenticated and sending requests with your JWT token.
Transport solution used for this type of booking.
| transportSolutionId | freight products |
|---|---|
| 137 | 95 |
Steps
- Authorize
- Check address for coverage
- Get nearby parcel lockers
- Book parcel
- Print label
- Track shipment
Transport solutions
Book to an assigned parcel locker location.
Steps:
- Authorize
- Check address for coverage
- Book parcel
- Print label
- Track shipment
Implement parcel locker fallbacks
Steps:
- Authorize
- Book parcel
- Print label
- Track shipment
| transportSolutionId | freight products |
|---|---|
| 1 | 1 > 95 > 55 > 3 |
| 114 | 1 > 95 > 55 |
| 11 | 5 > 1 > 95 > 55 > 3 |
