Shippy provides the following feature support for FedEx.
To use FedEx, you'll need to connect to their API.
clientId
with the Shippy carrier.clientSecret
with the Shippy carrier.accountNumber
with the Shippy carrier.use verbb\shippy\carriers\FedEx;
new FedEx([
'isProduction' => false,
'clientId' => '••••••••••••••••',
'clientSecret' => '•••••••••••••••••••••••••••••••••••',
'accountNumber' => '••••••••••',
]);