For the complete documentation index, see llms.txt. This page is also available as Markdown.

Understanding Australia Post Parcel Locker Plus Data

This page details about Australia Post Parcel Locker Plus Data Objects.

{
    "status": "SUCCESS",
    "messages": [],
    "payload": [
        {
            "fullAddress": "Aust Catholic Uni Strathfield Pcl Lkr, 25a Barker Rd, STRATHFIELD NSW 2135",
            "addressLine1": "25a Barker Rd",
            "addressLine2": "STRATHFIELD NSW 2135",
            "dpid": "98635762",
            "localityName": "STRATHFIELD",
            "postcode": "2135",
            "buildingName1": "Aust Catholic Uni Strathfield Pcl Lkr",
            "latitude": "-33.876703",
            "longitude": "151.078330",
            "id": "98635762_UPL",
            "attributes": {
                "address_line_1": "25a Barker Rd",
                "description": "Available 24x7",
                "id": "98635762_UPL",
                "name": "Aust Catholic Uni Strathfield Pcl Lkr",
                "record_type": "upl",
                "type": "UPL"
            }
        },
        {
            "fullAddress": "Strathfield Parcel Lockers, Shop 1 19 Everton Road, STRATHFIELD NSW 2135",
            "addressLine1": "Shop 1 19 Everton Road",
            "addressLine2": "STRATHFIELD NSW 2135",
            "dpid": "76897456",
            "localityName": "STRATHFIELD",
            "postcode": "2135",
            "buildingName1": "Strathfield Parcel Lockers",
            "latitude": "-33.871547",
            "longitude": "151.095547",
            "id": "76897456_UPL",
            "attributes": {
                "address_line_1": "Shop 1 19 Everton Road",
                "description": "Available 24/7",
                "id": "76897456_UPL",
                "location_description": "Parcel Locker is located outside main entrance to Post Shop",
                "name": "Strathfield Parcel Lockers",
                "record_type": "upl",
                "type": "UPL"
            }
        }
    ]
}

Data Objects

addressLine1

Type: String

Example: "Shop 1 19 Everton Road"

Address Line of the Location

description

Type: String

Example: "Available 24x7"

Description of location often includes operating hours of the location.

directions

Type: String

Direction on how to find the Parcel Locker location

location_description

Type: String

Direction on how to find the Parcel Locker location

Type

Type: String

See RecordType

RecordType

Type: String

Record Type and Type refers to the type of AustPost Assets that the record relates to.

Type Code
Description

UPL​

PARCEL LOCKER​ (Collection point)

LPO​

LICENSED POST OFFICE​ (Collection point)

PO​

POST OFFICE​ (Collection point)

CPA​

COMMUNITY POSTAL AGENT​ (Collection point)

RA​

RETAIL ANNEXE​ (Collection point)

RP​

POSTSHOP​ (Collection point)

POA​

POST OFFICE AGENCY​ (Collection point)

PO​

POST OFFICE​ (Collection point)

PDEP​

DELIVERY ANNEX​ (Collection point)

BC​

BUSINESS CENTRE​ (Collection point)

RSPB​

RED STREET POSTING BOX​ (Sending point)

CSPB​

COMBINED STREET POSTING BOX​ (Sending point)

Last updated