Royal Mail#

Shippy provides the following feature support for Royal Mail.

  • Rates
  • Tracking
  • Labels

Royal Mail do not offer live rates via their API. Prices according to the 2023 price guide (opens new window).

API Credentials#

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

  1. Go to Royal Mail and login to your account.
  2. From the My Apps section, follow the prompts to create a new app.
  3. Copy the API Key from Royal Mail as the clientId with the Shippy carrier.
  4. Copy the API Secret from Royal Mail as the clientSecret with the Shippy carrier.
use verbb\shippy\carriers\RoyalMail;

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