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

    Detailed proceeds breakdown for a specific order item.

    interface ItemProceedsBreakdown {
        detailedBreakdowns?: ItemProceedsDetailedBreakdown[];
        subtotal?: Money;
        type?: string;
    }
    Index

    Properties

    detailedBreakdowns?: ItemProceedsDetailedBreakdown[]

    Further granular breakdown of the subtotal.

    subtotal?: Money
    type?: string

    Category classification of the proceeds breakdown. Possible values: ITEM, SHIPPING, GIFT_WRAP, COD_FEE, OTHER, TAX, DISCOUNT