Shippy provides the following feature support for UPS.
To use UPS, 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\UPS;
new UPS([
'isProduction' => false,
'clientId' => '••••••••••••••••',
'clientSecret' => '••••••••••••••••',
// Required for labels
'accountNumber' => '••••••••••••••••',
]);