UNIUNI
Overview
UniUni is a last-mile delivery carrier operating across the Canada and United States, serving e-commerce businesses with efficient final-mile delivery services. It is designed to support high-volume shipments with a focus on speed and operational reliability.
The carrier enables businesses to manage last-mile logistics effectively through scalable and technology-enabled delivery operations.
Onboarding of a UNIUNI Carrier Account
To onboard an UniUni carrier account through an API, the user needs to possess the following pre-requisites:
- CUSTOMER_NAME
- ACCOUNT_NUMBER
- USER_ID
- USER_PASSWORD
A UNIUNI carrier can be onboarded for a subscription through the client portal for now.
UNIUNI supports:
- CA domestic shipments
- CA to others International shipments
- Rate supported (rate shopping not supported)
- Void/cancel supported
- Future-dated shipments
- Customs for domestic shipments is supported
- Tracking
- Domestic labels and documents
Limitations:
- Rate shopping not supported
- Multipiece shipment not supported
- Returns not supported
- Pickup not supported
- Manifest workflows not supported
- Customs document generation not supported
- Postpay is not supported
- Customs document upload/support is not supported
- Invoice logo and signature not supported
- QR code and Barcode are not supported
API Operations for Shipping with UNIUNI
The APIs integrate with Purolator through the following operations:
| Operations | Method | Resource Path |
|---|---|---|
| Retrieve Country List | GET | /api/v1/countries |
| Get Carrier Account | GET | /api/v1/carrierAccounts |
| Get Services | GET | /api/v1/services |
| Get Carrier Account | GET | /api/v1/carrierAccounts |
| Get Parcel Types | GET | /api/v1/parcelTypes |
| Rate a Parcel | POST | /api/v2/rates |
| Create a Shipping Label | POST | /api/v2/shipments |
| Reprint a Label | POST | /api/v2/shipments/reprint |
| Void a Label | POST | /api/v2/shipments/cancel |
Metadata
Metadata provides information about UNIUNI carrier services, including origin and destination countries, supported carrier services, supported package types, and supported special services. Users can select specific origin and destination countries from the provided dropdown menu to dynamically view relevant metadata specific to those countries.