Files
speakeasy-playground/docs/models/components/carrieraccountbase.md
Mike Lueders 14c449163c generate sdk
2024-03-01 12:52:50 -06:00

9.4 KiB
Raw Blame History

CarrierAccountBase

Fields

Field Type Required Description Example
account_id str ✔️ Unique identifier of the account. Please check the carrier accounts tutorial
page for the account_id per carrier.

To protect account information, this field will be masked in any API response.
****
carrier str ✔️ Name of the carrier (as a token).
Please check the carrier accounts tutorial page for all supported carriers.
UPS
active Optional[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.
parameters Optional[components.UPSConnectExistingOwnAccountParameters] An array of additional parameters for the account, such as e.g. password or token.
Please check the carrier accounts tutorial page for the parameters per carrier.

To protect account information, this field will be masked in any API response.