Skip to content

ParcelPoint

ParcelPoint (Powered by Hubbed) provides smart delivery solutions through a network of 2,500+ ParcelPoints across Australia, offering Click & Collect, Dropoff Delivery, and Returns for accounts shipping from Australia.

This guide provides developers with the details needed to build ParcelPoint shipping capabilities into your ShipStation V2 API workflows.

If you are using or plan to use the ParcelPoint services included with ShipStation V2 API, rather than connecting your own ParcelPoint account, see our ParcelPoint from ShipStation guide.

Requirements

PropertyTypeRequired?Description
nicknamestringrequiredUsed to identify your account in ShipStation V2 API
apikey_returnstringOptionalYour ParcelPoint API key for Returns. Required to enable the Returns service.
apikey_click_collectstringOptionalYour ParcelPoint API key for Click & Collect. Required to enable the Click & Collect service.
apikey_dropoff_deliverystringOptionalYour ParcelPoint API key for Dropoff Delivery. Required to enable the Dropoff Delivery service.
depot_codestringOptionalYour ParcelPoint depot code.
enable_service_pointsbooleanOptionalEnables shipping to ParcelPoint service points for eligible services.

Shipping Requirements

  • An active ParcelPoint account is required before connecting. Contact ParcelPoint to set up an account and obtain your API keys.
  • Accounts must be based in Australia.
  • Include a notification phone number and/or email address on your shipments to receive ParcelPoint's SMS and email delivery notifications.

Connect Account

ParcelPoint accounts are connected and managed through the ShipEngine app, which powers carrier connections for both ShipStation V2 API and ShipEngine accounts.

To connect your ParcelPoint account, follow the Connect Account steps in our ParcelPoint guide for ShipEngine, or see the ShipStation API Carriers: Australia help center article for more about connecting carriers through the ShipEngine app.

Once connected, you can retrieve your carrier configuration using the list carriers endpoint.

Rates

ParcelPoint supports rate shopping with ShipStation V2 API.

Service Details

Available ParcelPoint services are provided below. Please note that carriers may update their available services at any time. To ensure you are always using valid services, you can use the list carrier services endpoint at any time.

Domestic Services

ServiceAPI Code
Click & Collecthubbed_click_collect
Dropoff Deliveryhubbed_dropoff_delivery

ParcelPoint does not support international shipping.

Return Services

ParcelPoint supports the following service for return labels:

ServiceAPI Code
Returnshubbed_return

Review the Return Labels page for details on creating return labels with ShipStation V2 API.

Packages

The following carrier package types are available for ParcelPoint:

NameAPI Code
A2 Satchelhubbed_a2_satchel
A3 Satchelhubbed_a3_satchel
A4 Satchelhubbed_a4_satchel
A5 Satchelhubbed_a5_satchel
Letterhubbed_letter
Small Boxhubbed_small
Large Boxhubbed_large
Custom Boxhubbed_custom_box

Adding Shipment Insurance

ParcelPoint does not support adding carrier insurance to shipments created with ShipStation V2 API. You can add ShipStation's third-party coverage to ParcelPoint shipments instead.

Review the Insurance page for details about adding shipment insurance with ShipStation V2 API.

Label Support

  • Label formats: PDF

Label Reference Fields

ParcelPoint supports adding custom label messages.

  • Label message 1 only.

Multi-Package Labels

ParcelPoint does not support multi-package shipping.

Label Branding

ParcelPoint does not support label branding.

Voiding Labels

ParcelPoint supports voiding labels with ShipStation V2 API.

Paperless Labels

ParcelPoint supports Paperless/QR code labels for the Click & Collect service. See our Paperless Labels page for details.

Customs Declarations

ParcelPoint does not support international shipping, so customs declarations are not applicable.

Delivery Confirmation

ParcelPoint does not require or support delivery confirmation options using the confirmation property.

Advanced Options

ParcelPoint supports the following advanced options, which you can add to the shipment object when creating a shipment or label.

OptionTypeDefault ValueDescription
NotificationPhonestringnoneRecipient phone number for ParcelPoint SMS delivery notifications.
NotificationEmailstringnoneRecipient email address for ParcelPoint email delivery notifications.

To ensure you always have the most up-to-date information about a carrier's advanced options, use the list carrier options call.

SMS and Email Notifications

ParcelPoint sends the recipient SMS or email notifications while the shipment is en route to its destination. To enable notifications, include the NotificationPhone and/or NotificationEmail properties in the advanced_options object:

"advanced_options": {
  "NotificationPhone": "61491570156",
  "NotificationEmail": "testaaaaaaa@test.com"
}

Manifests

ParcelPoint does not support creating manifests or End of Day (EOD) documents, and manifesting is not required for ParcelPoint shipments.

Scheduling Pickups

ParcelPoint operates through drop-off at ParcelPoints rather than scheduled carrier pickups, so scheduling pickups is not supported.

Service Points (PUDO)

ParcelPoint supports shipping to service points for eligible services. Enable service points on your connection using the enable_service_points property.

See our Intro to Service Points for more details about how to use service points with ShipStation V2 API.

Tracking

ParcelPoint supports receiving tracking updates. Review our Track a Package guide for details on tracking with ShipStation V2 API.

Disconnecting Your ParcelPoint Account

See the Disconnect section in our Delete a Carrier page for the process of deleting or disconnecting a carrier from ShipStation V2 API.

NOTE:

If you disconnect a carrier account and reconnect it, the account will have a new carrier_id in ShipStation V2 API.