Parcel Locker Plus

Deliver your products to over 4,700 collections point including Australia Posts Parcel Locker, Post Office and retail partner network.

In the 2020/2021 period, over 46 million parcels were sent to collection points, offering parcel collect options that provide the delivery choices your customers expect.

Successful delivery is paramount:

49% of customers surveyed by AustPost emphasized the importance of access to additional collection points..

73% of consumers prefer knowing their parcel collection options before making a purchase.

68% of businesses highlight failed or late deliveries as a significant operational cost

Parcel Locker Plus - Collection Points

Parcel Locker Plus is updated monthly, encompassing the expanding collection point network. Collection points include:

  • Parcel Lockers

  • Licensed Post office

  • Post Offices

  • Post Office Agency

  • Community Postal Agent

  • Retail Annexa

  • PostShop

  • Delivery Annex

  • Business Center

Parcel Locker Plus - Sending Points

Parcel Locker Plus comprises locations where mail or packages can be sent, including roadside options such as red roadside mailboxes and Express Post mailboxes.

Sending points include:

  • Red roadside mailboxes

  • Express Post mailboxes

How to access Parcel Locker Plus

Parcel locker plus is available in Address Lookup & Validation by setting either "sourceOfTruth" or "moreSources" to "AUPOST". Results are prioritised by the dataset listed in "sourceOfTruth".

If you only want to search with Parcel Locker Plus then only set "sourceOfTruth":"AUPOST" without anything within "moreSources"

Filtering Parcel Locker Plus using addressTypeFilter

You are able to filter Parcel Locker Plus by using "addressTypeFilter" employing either inclusion or exclusion methods.

Inclusion method is whereby you state what you want searched in the array "addressTypeFilter":"UPL" will only search within Parcel Lockers.

Inclusion method involves specifying what you want searched in the array (eg. "addressTypeFilter":"UPL" will search only within Parcel Lockers)

Exclusion method, indicated by adding a "-", entails specifying what you want excluded (eg. "addressTypeFilter":"-UPL" will search everything except Parcel Lockers).

Common Use Cases:

Collection Only: You need to set the "addressTypeFilter": "-rspb, -cspb". This searches everything except the sending use cases.

Sending Only: You need to set the "addressTypeFilter": "rspb, cspb". This searches only the sending use cases.

Asset Type​ CodeDescription

UPL​

PARCEL LOCKER​

LPO​

LICENSED POST OFFICE​

PO​

POST OFFICE​

CPA​

COMMUNITY POSTAL AGENT​

RA​

RETAIL ANNEXE​

RP​

POSTSHOP​

POA​

POST OFFICE AGENCY​

PO​

POST OFFICE​

PDEP​

DELIVERY ANNEX​

BC​

BUSINESS CENTRE​

RSPB​

RED STREET POSTING BOX​

CSPB​

COMBINED STREET POSTING BOX​

Parcel Locker Plus request examples

Lookup Request: Address Lookup with Collection points only
{
        "payload": [ { "country": "AU", "fullAddress": "parcel 3000 " } ], 
        "sourceOfTruth": "AUSOTS",
        "featureOptions": { "moreSources": "AUPOST","addressTypeFilter": "-rspb, -cspb"}
}
Lookup Request: Collection Only

This will show all options within "3000" search criteria eg mostly Melbourne postcode.

{
        "payload": [ { "country": "AU", "fullAddress": "3000" } ], 
        "sourceOfTruth": "AUPOST",
        "featureOptions": { "addressTypeFilter": "-rspb, -cspb"}
    }
Lookup Request: Sending Only

This use case you would be telling customers where they can send something from.

{
        "payload": [ { "country": "AU", "fullAddress": "3000" } ], 
        "sourceOfTruth": "AUPOST",
        "featureOptions": { "addressTypeFilter": "rspb, cspb"}
    }

Last updated