Site Logo

🎉 ShipEngine is becoming ShipStation API 🎉

Over the next few months you'll notice the ShipEngine website, documentation portal, and dashboard being rebranded as ShipStation API. For our ShipEngine customers, you don't need to take any action or change any of your integrations in any way. All endpoints will remain the same and continue to function as they always have.

To learn more about what's coming, review our New ShipStation API page.

Aramex Australia

Aramex Australia offers domestic services for accounts shipping from Australia.

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

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

Aramex New Zealand and Aramex International are also supported and we'll be adding guides for these carriers in the near future.

Requirements

PropertyTypeRequired?Description
nicknamestringrequiredUsed to identify your account in ShipStation API
client_idstringrequiredYour Aramex AU client ID
client_secretstringrequiredYour Aramex AU client secret
emailstringrequiredThe email addressed used for your Aramex AU account
account-type_idstringOptionalConsignment type

Shipping Requirements

  • Ship From and Ship To adddresses both require phone number and email address properties.
  • For non-satchel shipments, no two dimensions of an item can exceed 105 cm.

Connect Account

You can connect a Aramex Australia account using the POST method to the /v1/connections/carriers/ endpoint, or via the ShipStation API Dashboard.

Connect via Endpoint

carrier_name: fastway_au

POST /v1/connections/carriers/:carrier_name

Sample request:

1
2
3
4
5
6
7
8
9
10
11
POST /v1/connections/carriers/fastway_au HTTP/1.1
Host: api.shipengine.com
API-Key: __YOUR_API_KEY_HERE__
Content-Type: application/json
{
"nickname": "My Aramex Australia account",
"client_id": "123456789",
"client_secret": "98765421",
"email": "[email protected]"
}

A successful connection will return a response with the carrier_id, which you'll use for any requests for this account going forward.

Connect via Dashboard

Steps to connect via the dashboard are coming soon.

Rates

Aramex Australia supports rate shopping with ShipStation API.

Service Details

Available Aramex Australia 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
Standardfastway_au_standard
Leave at Doorfastway_au_leave_at_door
Signature Requiredfastway_au_signature_required
Priorityfastway_au_priority

Return Services

Aramex Australia supports creating returns with all services except Priority.

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

Packages

The following carrier package types are available for Aramex Australia services:

NameAPI Code
Packagefastway_au_package
Satchel-A2 (42.0 x 59.4cm, Max Weight 5kg)fastway_au_satchel_a2
Satchel-A3 (29.7 x 42.0cm, Max Weight 3kg)fastway_au_satchel_a3
Satchel-A4 (21.0 x 29.7cm, Max Weight 1kg)fastway_au_satchel_a4
Satchel-A5 (14.8 x 21.0cm, Max Weight 500g)fastway_au_satchel_a5
Satchel-300gmfastway_au_satchel_300gm

You can also use the generic package type or custom package types.

Adding Shipment Insurance

Aramex Australia does not support adding carrier insurance to shipments created with ShipStation API.

Label Support

  • Label sizes: 4" x 6"
  • Label formats: PDF
  • Supports unicode characters: unknown

Label Reference Fields

Aramex Australia supports adding custom label messages.

  • Label message 1 maps to the label reference field.
  • At this time, we cannot map special instructions to a label reference field.

Multi-Package Labels

Aramex Australia supports creating multi-package shipments.

See our Multi-Package Shipping page for details about creating multi-package labels.

Label Branding

Aramex Australia does not support label branding.

Voiding Labels

Aramex Australia supports voiding labels with ShipStation API.

See our Void a Label page for details about voiding labels with ShipStation API.

Paperless Labels

Aramex Australia does not support paperless labels.

Delivery Confirmation

Confirmation TypeAPI CodeDescription
Authority to leavenoneNo confirmation requested.
Standard deliverydeliveryDelivery confirmation is requested.
Signature deliverysignatureSignature is required for the shipment to be delivered. This signature may be a neighbor, building manager, or the recipient can authorize the release of the package (without being present).

See our Delivery Confirmation page for more details about using the confirmation property.

Advanced Options

Aramex Australia does not currently support any advanced options.

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

Manifests

Aramex Australia does not require manifesting your shipments.

Scheduling Pickups

Aramex Australia does not support scheduling pickups using ShipStation API.

Service Points (PUDO)

Aramex Australia does not support shipping to service points.

Tracking

ShipStation API's integration with Aramex Australia supports receiving tracking updates. Review our ​Track a Package guides​​ for details on tracking with the ShipStation API.

Disconnecting Your Aramex Australia Account

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