Carriers
Bring
Shippy provides the following feature support for Bring.
- Rates
- Tracking
- Labels
API Credentials
To use Bring, you'll need to connect to their API.
- Go to Bring and login to your account.
- From the Dashboard visit the Settings and API page and generate your API keys.
- Copy the Username from Bring as the
usernamewith the Shippy carrier. - Copy the API Key from Bring as the
apiKeywith 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' => '••••••••••',
]);
Last updated: May 2, 2026, 3:15:34 PM