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

    Additional information about the items in a transaction.

    interface Item {
        breakdowns?: Breakdown[];
        contexts?: Context[];
        description?: string;
        relatedIdentifiers?: ItemRelatedIdentifier[];
        totalAmount?: Currency;
    }
    Index

    Properties

    breakdowns?: Breakdown[]

    A list of breakdowns that detail how the total amount is calculated for the transaction.

    contexts?: Context[]

    A list of additional information about the item.

    description?: string

    A description of the items in a transaction.

    relatedIdentifiers?: ItemRelatedIdentifier[]

    Related business identifiers of the item in the transaction.

    totalAmount?: Currency