CTT Express Guide
CTT Express is the express mail and parcel subsidiary of CTT – Correios de Portugal, the national postal service of Portugal. It primarily operates as a courier and logistics operator throughout the Iberian Peninsula, handling B2B and B2C express shipments and e-commerce deliveries. CTT Express also supports international shipment logistics.
This guide provides detailed information on utilizing CTT Express shipping with the EasyPost API, focusing on account setup, rates, label creation, manifests, tracking, and more.
Sign up for an EasyPost account to obtain a Test and Production API key. See Authentication and Key Management for more information.
Note: Negotiated rates are only available in Production mode.
- Contact CTT Express to request a shipper account. A representative will be in touch for additional details regarding the account.
- Inform CTT Express about using EasyPost’s API for label purchases.
- Acquire rates and align any additional shipping needs.
- Provide EasyPost with the following information:
- Client_id
- Contract_id
- Distribution_channel_id
- Authentication_id
- User_id
The API structure specified by EasyPost can also be used to add the CTT Express carrier shipper account.
curl -X POST https://api.easypost.com/v2/carrier_accounts \
-u "$EASYPOST_API_KEY": \
-H 'Content-Type: application/json' \
-d '{
"carrier_account": {
"type": "CttExpressAccount",
"description": "CttExpressAccount",
"credentials": {
"authentication_id": "VALUE",
"client_id": "VALUE",
"contract_id": "VALUE",
"distribution_channel_id": "VALUE",
"user_id": "VALUE"
},
"test_credentials": {
"authentication_id": "VALUE",
"client_id": "VALUE",
"contract_id": "VALUE",
"distribution_channel_id": "VALUE",
"user_id": "VALUE"
}
}
}'
Download an EasyPost Client Library or utilize the REST API with cURL.
Examine the EasyPost Objects section to understand the API's structure, which is critical for constructing requests and interpreting responses.
- EasyPost initially returns a one-cent rate for shipments once the CTT Express account is set up.
- CTT Express will charge the appropriate amount for postage via their billing system.
- CTT Express representatives provide rate cards detailing expected costs based on shipment parameters (package size, weight, location, etc.).
- Acquiring this custom rate card from CTT Express is required to receive custom negotiated rates as part of the API rate response.
- Once the rate card is received from CTT Express, users should contact EasyPost support at support@easypost.com for assistance installing this rate card to their account.
Billing is handled directly by CTT Express and follows a bill-on-scan model.
- Charges are applied when the shipment is scanned into the CTT Express network, not at the time of label creation.
- EasyPost is not involved in the billing process.
- All invoices, adjustments, and billing inquiries are managed through CTT Express.
CTT Express Codes are automatically selected per shipment based on the shipment type; however, service levels may also be configured per shipper account.
CTT Express supports the following Service Codes:
Service | Transit Time | Max Dimensions (inches) | Max Weight (ounces) |
|---|---|---|---|
| ehub_amazon_ground | Amazon Ground through eHub | ||
| ehub_uniuni_standard | Uni Uni Standard through eHub |
CTT Express provides robust support for e-commerce throughout the Iberian Peninsula and offers adaptable international shipping options for parcel delivery.
There are no predefined packages for CTT Express.
With EasyPost, generating shipping labels for CTT Express is the same process as generating them for any other carrier.
Review the Getting Started Guide for help generating a shipping label.
One-call buys enable streamlined label purchasing through the EasyPost API by consolidating multiple operations into a single API request. This feature is designed to simplify and accelerate the shipping process by combining the creation of a shipment, retrieval of rates, and purchasing the shipping label into one efficient step.
See Reducing API Response Times for more information.
Manifesting is not supported.
Voids and refunds are not supported.
CTT Express supports labels in the following formats:
- PNG
Multi-piece shipments are supported.
Hazmat shipments are not supported.
Pickups are not supported.
Tracking is not supported.
The Carrier Metadata endpoint can programmatically return information about service levels, predefined packages, supported features, and shipment options.
Use this information to quickly integrate and make educated decisions about the mix of carriers for shipping needs. Additionally, the Carrier Metadata endpoint is available to retrieve comprehensive information about all carriers on the EasyPost platform, enhancing decision-making for carrier services.
In addition to the guidance provided in our Carrier Guides, EasyPost offers support to assist with FAQs, troubleshooting issues, and inquiries related to the EasyPost platform.
Please visit the Help Center for more information.
For questions about getting started with the EasyPost API please talk to a Shipping Expert or contact our Support team.