Carriers
FedEx
Shippy provides the following feature support for FedEx.
- Rates
- Tracking
- Labels
API Credentials
To use FedEx, you'll need to connect to their API.
- Go to FedEx and login to your account.
- Follow the Get Started guide to create a Project.
- Copy the API Key from FedEx as the
clientIdwith the Shippy carrier. - Copy the Secret Key from FedEx as the
clientSecretwith the Shippy carrier. - Copy the Shipping Account from FedEx as the
accountNumberwith the Shippy carrier.
use verbb\shippy\carriers\FedEx;
new FedEx([
'isProduction' => false,
'clientId' => '••••••••••••••••',
'clientSecret' => '•••••••••••••••••••••••••••••••••••',
'accountNumber' => '••••••••••',
]);
Last updated: May 2, 2026, 3:15:34 PM