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.

  1. Go to FedEx and login to your account.
  2. Follow the Get Started guide to create a Project.
  3. Copy the API Key from FedEx as the clientId with the Shippy carrier.
  4. Copy the Secret Key from FedEx as the clientSecret with the Shippy carrier.
  5. Copy the Shipping Account from FedEx as the accountNumber with the Shippy carrier.
use verbb\shippy\carriers\FedEx;

new FedEx([
    'isProduction' => false,
    'clientId' => '••••••••••••••••',
    'clientSecret' => '•••••••••••••••••••••••••••••••••••',
    'accountNumber' => '••••••••••',
]);