Fastway#

Shippy provides the following feature support for Fastway.

  • Rates
  • Tracking

API Credentials#

To use Fastway, you'll need to connect to their API.

  1. Go to Fastway Developers Centre and register for API access.
  2. Copy the API Key from Fastway as the apiKey with the Shippy carrier.
use verbb\shippy\carriers\Fastway;

new Fastway([
    'isProduction' => false,
    'apiKey' => '•••••••••••••••••••••••••••••••••••',
]);