Carriers
Interparcel
Shippy provides the following feature support for Interparcel.
- Rates
- Tracking
API Credentials
To use Interparcel, you'll need to connect to their 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 as the
apiKeywith the Shippy carrier.
use verbb\shippy\carriers\Interparcel;
new Interparcel([
'isProduction' => false,
'apiKey' => '•••••••••••••••••••••••••••••••••••',
]);
Last updated: May 2, 2026, 3:15:34 PM