Carriers
List all carriers
Retrieve a list of all available shipping carriers for the given retailer.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
The unique retailer ID. In the Dropship UI this is called the Merchant ID. To find your Merchant ID, click your merchant name in the top nav.
Example:
1001
Response
200 - application/json
A list of carriers
The unique identifier for the shipping carrier.
Example:
123
The name of the shipping carrier.
Example:
"FastShip"
The different types of services offered, such as Standard or Express shipping.
Example:
"Express"
The base URL used for tracking shipments.
Example:
"https://track.fastship.com/{tracking_number}"