ONTRAC
Overview
OnTrac is a regional carrier operating in the Western United States, providing next-day and same-day ground delivery services. OnTrac specializes in cost-efficient and reliable shipping solutions.
Onboarding of a OnTrac Carrier Account
To onboard an ontrac carrier account, the user needs to possess the following pre-requisites:
- An Account Number
- Address
- Security Credentials Username and Password.
An Ontrac carrier can be onboarded for a subscription through the client portal for now.
API Operations for Shipping with OnTrac
The APIs integrate with ontrac 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 Special Services | GET | /api/v1/specialServices |
Get Parcel Types | GET | /api/v1/parcelTypes |
Rate a Parcel | POST | /api/v1/rates |
Create a Shipping Label | POST | /api/v1/shipments |
Reprint a Label | GET | /api/v1/shipments/{{shipmentId}}/reprint |
Metadata
Metadata provides information about ontrac 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.