Carriers
Sendle
Shippy provides the following feature support for Sendle.
- Rates
- Tracking
- Labels
API Credentials
To use Sendle, you'll need to connect to their API.
- Go to Sendle and login to your account.
- You might prefer to create a Sandbox Sendle account for testing.
- From the Dashboard visit the Settings tab from the sidebar. Click on the Integrations tab.
- Copy the Sendle ID from Sendle as the
sendleIdwith the Shippy carrier. - Copy the API Key from Sendle as the
apiKeywith the Shippy carrier.
use verbb\shippy\carriers\Sendle;
new Sendle([
'isProduction' => false,
'sendleId' => '••••••••••••••••',
'apiKey' => '•••••••••••••••••••••••••••••••••••',
]);
Last updated: May 2, 2026, 3:15:35 PM