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.

  1. Go to TNT Australia Shipping Tools and register for API access.
  2. Copy the Account Number from TNT Australia as the accountNumber with the Shippy carrier.
  3. Copy the Username from TNT Australia as the username with the Shippy carrier.
  4. Copy the Password from TNT Australia as the password with the Shippy carrier.
use verbb\shippy\carriers\TNTAustralia;

new TNTAustralia([
    'isProduction' => false,
    'accountNumber' => '•••••••••••••••••••••••••••••••••••',
    'username' => '••••••••••••••••',
    'password' => '••••••••••••••••',
]);