AppleExpress


Overview

Apple Express is a Canadian logistics and courier service, is known for providing specialized delivery services, including same-day and next-day options. It focuses on last-mile delivery and serves industries like healthcare, aorospace, technology and motion picture.

Onboarding of a AppleExpress Carrier Account

To onboard an AppleExpress carrier account, the user needs to possess the following pre-requisites:

  • An Account Number
  • Address
  • Security Credentials Username and Password.

An AppleExpress carrier can be onboarded for a subscription through the client portal for now.


API Operations for Shipping with AppleExpress

The APIs integrate with apple express through the following operations:

OperationsMethodResource Path
Rate a ParcelPOST/api/v1/rates
Create a Shipping LabelPOST/api/v1/shipments
Reprint a LabelGET/api/v1/shipments/{{shipmentId}}/reprint
Void a LabelPUT/api/v1/shipments/{{shipmentId}}/cancel
Get Tracking InformationGET/api/v1/tracking/{{trackingNumber}}
Get ServicesGET/api/v1/services
Get Carrier AccountGET/api/v1/carrierAccounts
Get Parcel TypesGET/api/v1/parcelTypes
Cancel Multipiece ShipmentPUT/api/v1/multipiece/shipments/{shipmentId}/cancel

Metadata

Metadata provides information about appleexpress carrier services, including origin and destination countries, supported carrier services, supported package types, and supported special services. Users can select specific origin and destination countries from the provided dropdown menu to dynamically view relevant metadata specific to those countries.

Metadata information not available