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

    Item in the container.

    interface ContainerItem {
        quantity: number;
        title: string;
        unitPrice: Currency;
        unitWeight: Weight;
    }
    Index

    Properties

    quantity: number

    The quantity of the items of this type in the container.

    title: string

    A descriptive title of the item.

    unitPrice: Currency
    unitWeight: Weight