ℹ️ Carrier Specific Information
When creating parcels through our API, it’s important to ensure that the address data meets the specific requirements of the carrier you choose. Each carrier may define its own rules for address fields, including character limits, required fields, and formatting standards. Following these guidelines helps prevent shipping errors and ensures your parcels are processed smoothly. This page provides detailed tables outlining the address field requirements & limitations as well as other requirments for every carrier supported by our platform. Please review them carefully to ensure your data meets the necessary criteria for successful parcel creation and delivery.
DPD France (Test)
| API Parameter | Required | Minimum Length | Maximum Length |
|---|---|---|---|
recipient_first_name & recipient_last_name | YES | 1 | 35 |
recipient_company_name | NO | 1 | 35 |
recipient_street & recipient_house_no | YES | 1 | 35 |
recipient_address_details | NO | 1 | 35 |
recipient_zip | YES | 1 | 5 |
recipient_city | YES | 1 | 35 |
recipient_country | YES | 1 | 35 |
recipient_email | YES | 1 | 35 |
recipient_phone | NO | 1 | 20 |
order_id | YES | 1 | 35 |
reference_number | YES | 1 | 35 |
ATTENTION
When using carrier XX, providing both
recipient_emailandrecipient_phoneis mandatory for shipping label creation. This is a strict last-mile carrier requirement to ensure successful delivery. The use of dummy values is not allowed.
Updated 1 day ago