Carriers
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.
- Go to Royal Mail and login to your account.
- From the My Apps section, follow the prompts to create a new app.
- Copy the API Key from Royal Mail as the
clientIdwith the Shippy carrier. - Copy the API Secret from Royal Mail as the
clientSecretwith the Shippy carrier.
use verbb\shippy\carriers\RoyalMail;
new RoyalMail([
'isProduction' => false,
'clientId' => '••••••••••••••••',
'clientSecret' => '••••••••••••••••',
]);
Last updated: May 2, 2026, 3:15:34 PM