Get Carrier By Code

Retrieves the shipping carrier account details for the specified carrierCode. Use this method to determine a carrier's account balance.

To find a specific carrierCode, make an API Call to list the carriers associated with your account.

Name Data Type Description
carrierCode string The code for the carrier account to retrieve.

Required

Example Request

GET /carriers/getcarrier?carrierCode={carrierCode} HTTP/1.1
Host: ssapi.shipstation.com
Authorization: __YOUR_AUTH_HERE__

Example Response

{
  "name": "Stamps.com",
  "code": "stamps_com",
  "accountNumber": "SS123",
  "requiresFundedAccount": true,
  "balance": 24.27,
  "nickname": null,
  "shippingProviderId": 12345,
  "primary": true
}