Carriers
Lists all shipping providers connected to this account.
Select
The server will use the ShipStation API to process WHERE clause conditions built with the following columns and operators. The rest of the filter is executed client side within the server.
- CarrierCode supports the following operator: =.
SELECT * FROM Carriers WHERE CarrierCode = 'hermes'
Columns
| Name | Type | References | Description |
| Id [KEY] | Integer | Shipment provider Id unique for the carriers. | |
| CarrierCode | String | Unique code of the carrier. | |
| AccountNumber | String | Carrier Account Number. | |
| Balance | Double | Account balance of the carrier. | |
| Name | String | Carrier name. | |
| Nickname | String | Nick Name of the carrier. | |
| Primary | Boolean | True or false for making carrier as primary. | |
| RequiresFundedAccount | Boolean | True or false for requires Funded Account. |