Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Interface ItemProceedsDetailedBreakdown

    Further granular breakdown of the subtotal of the proceeds breakdown, only available for TAX and DISCOUNT proceeds types.

    interface ItemProceedsDetailedBreakdown {
        subtype?: string;
        value?: Money;
    }
    Index
    subtype?: string

    Specific classification of the further granular breakdown. Possible values: ITEM, SHIPPING, GIFT_WRAP, COD_FEE, OTHER, DISCOUNT

    value?: Money