Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.83 KB

CarrierAccount.md

File metadata and controls

19 lines (16 loc) · 1.83 KB

# CarrierAccount

Properties

Name Type Description Notes
account_id string Unique identifier of the account. Please check the <a href=&quot;https://docs.goshippo.com/docs/carriers/carrieraccounts/\&quot;&gt;carrier accounts tutorial</a> page for the `account_id` per carrier.<br> To protect account information, this field will be masked in any API response.
active bool Determines whether the account is active. When creating a shipment, if no `carrier_accounts` are explicitly passed Shippo will query all carrier accounts that have this field set. By default, this is set to True. [optional]
carrier string Carrier token, see <a href=&quot;#tag/Carriers&quot;>Carriers</a><br> Please check the <a href=&quot;https://docs.goshippo.com/docs/carriers/carrieraccounts/\&quot;&gt;carrier accounts tutorial</a> page for all supported carriers.
parameters \OpenAPI\Client\Model\ConnectExistingOwnAccountRequestParameters [optional]
carrier_name mixed [optional]
is_shippo_account bool [optional]
metadata string [optional]
object_id string Unique identifier of the carrier account object. [optional]
object_owner string Username of the user who created the carrier account object. [optional]
service_levels \OpenAPI\Client\Model\CarrierAccountServiceLevel[] [optional]
test bool Indicates whether the object has been created in test mode. [optional]

[Back to Model list] [Back to API list] [Back to README]