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

    The carrier for the inbound shipment.

    interface Carrier {
        alphaCode?: string;
        name?: string;
    }
    Index

    Properties

    Properties

    alphaCode?: string

    The carrier code. For example, USPS or DHLEX.

    name?: string

    The name of the carrier.