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

    A line item in a package.

    interface PackageLineItem {
        countryOfOrigin?: string;
        itemValue?: Amount;
        packageLineItemId: string;
        pieces?: number;
        quantity: number;
        serialNumbers?: string[];
    }
    Index

    Properties

    countryOfOrigin?: string

    A two-letter country code, as defined by the ISO-3166 alpha-2 standard.

    itemValue?: Amount
    packageLineItemId: string

    The line item ID.

    pieces?: number

    The number of pieces of a multi-piece item that are in this package. This is applicable only for items that are shipped in multiple pieces.

    quantity: number

    The number of items of a particular line item of a shipment that are packed into the package.

    serialNumbers?: string[]

    The list of serial numbers of items in the package, if required to be provided.