Selling Partner API SDK for JavaScript
    Preparing search index...

    Additional information about a carrier.

    interface CarrierDetailsContext {
        address?: string;
        contextType?: string;
        federalTaxId?: string;
        name?: string;
        regionCode?: string;
        regionTaxId?: string;
        vehicleLicensePlate?: string;
        vehicleRegistrationRegionCode?: string;
    }
    Index

    Properties

    address?: string

    The address of the carrier, as registered in state and federal tax authorities.

    contextType?: string

    Type of additional information.

    federalTaxId?: string

    Tax Identification number of the carrier.

    name?: string

    The name of the carrier, as registered in state and federal tax authorities.

    regionCode?: string

    The code of the federal subdivision in which the carrier is registered.

    regionTaxId?: string

    The regional tax registration number of the carrier.

    vehicleLicensePlate?: string

    The identifier for the carrier vehicle as printed in its registration plate.

    vehicleRegistrationRegionCode?: string

    The code of the federal subdivision in which the carrier vehicle is registered.