Creation of orders and shipments
Shipments
Orders
Pickup (Collection) Order
A standard service in which PPL picks up shipments from the sender’s registered address. This address is typically linked to the customer’s account (e.g., a company headquarters, warehouse, or default location).
Suitable for regular shippers who send shipments from a single specific location.
A pickup time window is scheduled (e.g., afternoon hours).
A driver arrives at the known address and collects the shipments.
Limited to one registered address.
A company sending a larger number of shipments daily needs a pickup from an office or warehouse.
In the JSON body of the order/batch method, define "orderType": "CollectionOrder"
Order from Any Address
An extended service that allows PPL to pick up a shipment from any address provided by the customer.
Ideal for customers who do not have a fixed shipping location (e.g., individuals, small businesses).
Also useful for one-off shipments from addresses other than the company headquarters.
When placing the order, the customer specifies the address where the shipment is located, and the driver collects it there.
You can specify different addresses with each order.
Useful if shipments are sent from various locations rather than a single site.
A shipment is sent directly from the sender’s home or from wherever the package was prepared (e.g., manufacturer, third party).
In the JSON body of the order/batch method, define "orderType": "TransportOrder".
Main differences
Parameter | Pickup order | Order from any address |
---|---|---|
Pickup location | Registered address | Any address specified when ordering |
Flexibility | Fixed address | Variable address |
Customer type | Regular shippers | Occasional or irregular shippers |
Usage | Recurring shipments | One-time or ad-hoc shipments |
Definition in JSON | CollectionOrder | TransportOrder |
Modified at 2025-02-06 08:58:28