INTELCOM
Overview
INTELCOM is a leading delivery partner for Canadian businesses, providing reliable delivery services across Canada. With a vast network of over 110 stations, it supports flexible delivery operations seven days a week.
Onboarding of a INTELCOM Carrier Account
To onboard an INTELCOM carrier account through an API, the user needs to possess the following pre-requisites:
- ACCOUNT_NUMBER
A INTELCOM carrier can be onboarded for a subscription through the client portal for now.
INTELCOM supports:
- CA domestic shipments
- Rate and Rate-Shopping supported
- Void/cancel supported
- Future-dated shipments (up to 30 days)
- Label reprint supported (up to 8 times within 24 hours)
- Retry supported (up to 3 attempts within 3 minutes)
- Refund window supported (up to 720 hours / 30 days)
- Tracking
Limitations:
- International shipments not supported
- Multipiece shipment not supported
- Returns not supported
- Pickup not supported
- Manifest workflows not supported
- Customs for domestic shipments not supported
- Postpay not supported
- Invoice logo and signature not supported
- QR code and barcode not supported
- Hazmat shipments not supported
API Operations for Shipping with INTELCOM
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 INTELCOM 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.