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.

  1. Go to Sendle and login to your account.
  2. You might prefer to create a Sandbox Sendle account for testing.
  3. From the Dashboard visit the Settings tab from the sidebar. Click on the Integrations tab.
  4. Copy the Sendle ID from Sendle as the sendleId with the Shippy carrier.
  5. Copy the API Key from Sendle as the apiKey with the Shippy carrier.
use verbb\shippy\carriers\Sendle;

new Sendle([
    'isProduction' => false,
    'sendleId' => '••••••••••••••••',
    'apiKey' => '•••••••••••••••••••••••••••••••••••',
]);