Carriers
UPS
Shippy provides the following feature support for UPS.
- Rates
- Tracking
- Labels
API Credentials
To use UPS, you'll need to connect to their API.
- Go to UPS and login to your account.
- From the Apps section, follow the prompts to create a new app.
- Copy the Client ID from UPS as the
usernamewith the Shippy carrier. - Copy the Client Secret from UPS as the
apiKeywith 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' => '••••••••••••••••',
]);
Last updated: May 2, 2026, 3:15:35 PM