You are viewing an older version of the Postie documentation (2.x).
View the latest version (5.x) →
Shipping Providers
Interparcel
Connect to the Interparcel API
- Go to Interparcel and request Developer API access.
- Once approved, you'll receive an email from the Interparcel support team.
- Copy the API Key from Interparcel and paste in the API Key field in Postie.
Services
Interparcel doesn't offer a set list of services for you to enable or disable as required. Services are automatically returned based on the matching criteria with your shipping origin and destination.
Configuration
Add the following code to your configuration file under the providers array, as per the below. Note that to disable certain services, simply omit them from the services array.
'providers' => [
'interparcel' => [
'name' => 'Interparcel',
'settings' => [
'apiKey' => 'xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx',
],
],
]
Last updated: May 2, 2026, 3:20:27 PM