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

    Individual order item contained within a shipping package.

    interface PackageItem {
        orderItemId: string;
        quantity: number;
        transparencyCodes?: string[];
    }
    Index

    Properties

    orderItemId: string

    Unique identifier of the order item included in this package.

    quantity: number

    Number of units of this item included in the package shipment.

    transparencyCodes?: string[]

    The transparency codes associated with this item for product authentication.