Shippy provides the following feature support for Bring.
To use Bring, you'll need to connect to their API.
username
with the Shippy carrier.apiKey
with the Shippy carrier.To create labels, you'll be required to supply a few more details.
use verbb\shippy\carriers\Bring;
new Bring([
'isProduction' => false,
'username' => '••••••••••••••••',
'apiKey' => '•••••••••••••••••••••••••••••••••••',
// Required for labels
'clientUrl' => 'https://verbb.io',
'customerNumber' => '••••••••••',
]);