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

    Details of the shipment label.

    interface LabelData {
        content: string;
        packageIdentifier?: string;
        shipMethod?: string;
        shipMethodName?: string;
        trackingNumber?: string;
    }
    Index

    Properties

    content: string

    This field will contain the Base64 string of the shipment label content.

    packageIdentifier?: string

    Identifier for the package. The first package will be 001, the second 002, and so on. This number is used as a reference to refer to this package from the pallet level.

    shipMethod?: string

    Ship method to be used for shipping the order. Amazon defines Ship Method Codes indicating shipping carrier and shipment service level. Ship Method Codes are case and format sensitive. The same ship method code should returned on the shipment confirmation. Note that the Ship Method Codes are vendor specific and will be provided to each vendor during the implementation.

    shipMethodName?: string

    Shipping method name for internal reference.

    trackingNumber?: string

    Package tracking identifier from the shipping carrier.