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

    Indicates the carrier details and their contact informations

    interface CarrierDetails {
        code?: string;
        email?: string;
        name?: string;
        phone?: string;
        shipmentReferenceNumber?: string;
    }
    Index

    Properties

    code?: string

    Code that identifies the carrier for the shipment. The Standard Carrier Alpha Code (SCAC) is a unique two to four letter code used to identify a carrier. Carrier SCAC codes are assigned and maintained by the NMFTA (National Motor Freight Association).

    email?: string

    The field is used to represent the carrier Email id.

    name?: string

    The field is used to represent the carrier used for performing the shipment.

    phone?: string

    The field is used to represent the Carrier contact number.

    shipmentReferenceNumber?: string

    The field is also known as PRO number is a unique number assigned by the carrier. It is used to identify and track the shipment that goes out for delivery. This field is mandatory for US, CA, MX shipment confirmations.