Documentation
Feedback
Guides
API Reference

API Reference
Filter By
Post
Get
Put
Delete
Patch

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 null instead of being omitted.

Authentication

Service integration

Carriers

Shipping updates

Endpoints

Authentication

SummaryMethodPath
Create JWT tokenPOST/token

Service integration

SummaryMethodPath
Create servicePOST/create-service

Shipping updates

SummaryMethodPath
Get serviceGET/{carrierId}/{serviceId}
Update servicePATCH/{carrierId}/{serviceId}
Create notesPOST/notes/{carrierId}/{serviceId}
Create evidencePOST/evidences/{carrierId}/{serviceId}
Create labelPOST/labels/{carrierId}/{serviceId}
Cancel ongoing servicePOST/cancel/{carrierId}/{serviceId}
Cancel servicePOST/cancel-service
Pause and resume servicePOST/pause-service
Create on hold servicePOST/on-hold/{carrierId}/{serviceId}

Carriers

SummaryMethodPath
Calculate ratesPOST/rates
List carriersPOST/list-carriers

Loading API specification...