NORATE Carrier functions as a non-rate carrier, meaning it doesn't maintain its pricing structure. This carrier service is offered entirely free of charge, allowing NORATE to offer a competitive advantage to its customers, regardless of the size or complexity of their shipments.
To establish a NORATE carrier account, users must possess a valid Carrier ID.
To complete the registration process for a NORATE carrier account, an API request is initiated, containing all the necessary information. Below is an example of such a request.
{
"carrierID": "NORATE",
"description": "NORATE via API"
}If the request to create a NORATE carrier account is approved, the resulting response will resemble the provided Sample Response below.
{
"carrierAccountID": "xxxxxxxxxxx",
"description": "NORATE via API",
"carrierID": "NORATE",
"carrierAccountType": "Shipping",
"provisioningType": "API"
}The APIs integrate with NORATE through the following operations:
| Operations | Method | Resource Path |
|---|---|---|
| Add a Carrier Account | POST | /api/v1/carrierAccounts |
| Rate a Parcel | POST | /api/v1/rates |
| Create a Shipping Label | POST | /api/v1/shipments |
| Reprint a Label | GET | /api/v1/shipments/{{shipmentId}}/reprint |
| Void a Label | PUT | /api/v1/shipments/{{shipmentId}}/cancel |
Metadata provides information about Norate 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.