Shippy provides the following feature support for Sendle.
To use Sendle, you'll need to connect to their API.
sendleId
with the Shippy carrier.apiKey
with the Shippy carrier.use verbb\shippy\carriers\Sendle;
new Sendle([
'isProduction' => false,
'sendleId' => '••••••••••••••••',
'apiKey' => '•••••••••••••••••••••••••••••••••••',
]);