Carriers
TNT Australia
Shippy provides the following feature support for TNT Australia.
- Rates
API Credentials
To use TNT Australia, you'll need to connect to their API.
- Go to TNT Australia Shipping Tools and register for API access.
- Copy the Account Number from TNT Australia as the
accountNumberwith the Shippy carrier. - Copy the Username from TNT Australia as the
usernamewith the Shippy carrier. - Copy the Password from TNT Australia as the
passwordwith the Shippy carrier.
use verbb\shippy\carriers\TNTAustralia;
new TNTAustralia([
'isProduction' => false,
'accountNumber' => '•••••••••••••••••••••••••••••••••••',
'username' => '••••••••••••••••',
'password' => '••••••••••••••••',
]);
Last updated: May 2, 2026, 3:15:35 PM