Carriers
New Zealand Post
Shippy provides the following feature support for New Zealand Post.
- Rates
- Tracking
- Labels
API Credentials
To use New Zealand Post, you'll need to connect to their API.
- Go to New Zealand Post and login to your account. Complete the commercial access form.
- Request API access for an application.
- Once access have been granted, click “add a new application”.
- Include OAuth 2.0 grant type "Client Credentials Grant".
- Navigate to your application.
- Copy the Client ID from New Zealand Post as the
clientIdwith the Shippy carrier. - Copy the Client Secret from New Zealand Post as the
clientSecretwith the Shippy carrier.
use verbb\shippy\carriers\NewZealandPost;
new NewZealandPost([
'isProduction' => false,
'clientId' => '••••••••••••••••',
'clientSecret' => '•••••••••••••••••••••••••••••••••••',
]);
Last updated: May 2, 2026, 3:15:34 PM