Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    The carrier for the inbound shipment.

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

    The carrier code. For example, USPS or DHLEX.

    name?: string

    The name of the carrier.