LaserShip
Overview
LaserShip is a U.S.-based regional carrier specializing in same-day and routed delivery services. It is a reliable partner for local and last-mile delivery, providing shipping capabilities. LaserShip supports a range of domestic services and offers flexible package handling options.
Onboarding of a LaserShip Carrier Account
ITo onboard a LaserShip carrier account, the user needs to possess the following pre-requisites:
- An Account Number
- Security Credentials UserID and Userpassword.
LaserShip carrier can be onboarded for a subscription through the client portal for now.
API Operations for Shipping with LaserShip
The APIs integrate with LaserShip through the following operations:
Operations | Method | Resource Path |
---|---|---|
Retrieve Country List | GET | /api/v1/countries |
Get Carrier Account | GET | /api/v1/carrierAccounts |
Get Services | GET | /api/v1/services |
Get Parcel Types | GET | /api/v1/parcelTypes |
Get Special Services | GET | /api/v1/specialServices |
Rate a Parcel | POST | /api/v1/rates |
Create a Shipping Label | POST | /api/v1/shipments |
Void a Label | PUT | /api/v1/shipments/{{shipmentId}}/cancel |
Reprint a Label | GET | /api/v1/shipments/{{shipmentId}}/reprint |
Metadata
Metadata provides information about LaserShip 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.