Info About Linkable Account Type

LinkableAccountType

interface ShippingApiModelV2LinkableAccountType {
    accountType?:
        | "SHIPPER_ACCOUNT"
        | "SHIPPER_ACCOUNT_WITH_INVOICE"
        | "AMAZON_ACCOUNT"
        | ShippingApiModelV2AccountType;
    carrierAccountInputs?: ShippingApiModelV2CarrierAccountInput[];
}

Properties

accountType?:
    | "SHIPPER_ACCOUNT"
    | "SHIPPER_ACCOUNT_WITH_INVOICE"
    | "AMAZON_ACCOUNT"
    | ShippingApiModelV2AccountType

LinkableAccountType

carrierAccountInputs?: ShippingApiModelV2CarrierAccountInput[]

A list of CarrierAccountInput

LinkableAccountType

MMNEPVFCICPMFPCPTTAAATR