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:
Operations | Method | Resource Path |
---|---|---|
Rate a Parcel | POST | /api/v1/rates |
Create a Shipping Label | POST | /api/v1/shipments |
Reprint a Label | GET | /api/v1/shipments/{{shipmentId}}/reprint |
Void a Label | PUT | /api/v1/shipments/{{shipmentId}}/cancel |
Get Tracking Information | GET | /api/v1/tracking/{{trackingNumber}} |
Get Services | GET | /api/v1/services |
Get Carrier Account | GET | /api/v1/carrierAccounts |
Get Parcel Types | GET | /api/v1/parcelTypes |
Cancel Multipiece Shipment | PUT | /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.