Pick and Pack Last Mile Protocol API
The Pick and Pack Last Mile Protocol API enables seamless integration between the Pick and Pack app and delivery services. This API allows carriers and brokers to securely and efficiently exchange shipment information with the Pick and Pack app. It streamlines the process of managing orders, updating shipping statuses, and handling various service-related tasks, ensuring timely and accurate delivery updates.
Blank fields are included as
nullinstead of being omitted.
Authentication
Service integration
Carriers
Shipping updates
Endpoints
Authentication
| Summary | Method | Path |
|---|---|---|
| Create JWT token | POST | /token |
Service integration
| Summary | Method | Path |
|---|---|---|
| Create service | POST | /create-service |
Shipping updates
| Summary | Method | Path |
|---|---|---|
| Get service | GET | /{carrierId}/{serviceId} |
| Update service | PATCH | /{carrierId}/{serviceId} |
| Create notes | POST | /notes/{carrierId}/{serviceId} |
| Create evidence | POST | /evidences/{carrierId}/{serviceId} |
| Create label | POST | /labels/{carrierId}/{serviceId} |
| Cancel ongoing service | POST | /cancel/{carrierId}/{serviceId} |
| Cancel service | POST | /cancel-service |
| Pause and resume service | POST | /pause-service |
| Create on hold service | POST | /on-hold/{carrierId}/{serviceId} |
Carriers
| Summary | Method | Path |
|---|---|---|
| Calculate rates | POST | /rates |
| List carriers | POST | /list-carriers |