Australia Post · Example Payload

Locations Services Get 200 Example1

Address ValidationClick and CollectDeliveryE-CommerceLabelsLocationsLogisticsParcel LockerPostalPostageShippingTracking

Locations Services Get 200 Example1 is an example object payload from Australia Post, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

titleapipathmethodstatussummaryvalue

Example Payload

Raw ↑
{
  "title": "example1",
  "api": "Locations API",
  "path": "/services",
  "method": "get",
  "status": "200",
  "summary": "Parcel collection outside standard hours",
  "value": {
    "services": [
      {
        "service_code": 1,
        "partner_code": "AP",
        "name": "parcel-pickup-outside-standard-hours",
        "description": "Parcel collection outside standard hours",
        "appointment_required": false,
        "searchable": false,
        "url_name": "parcel-pickup-outside-standard-hours",
        "categories": [
          {
            "name": "opening_hours",
            "description": "Opening hours"
          },
          {
            "name": "parcels_mail",
            "description": "Parcels & mail"
          }
        ]
      }
    ]
  }
}