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

    The money that the seller receives from the sale of the order.

    interface OrderProceeds {
        breakdowns?: OrderProceedsBreakdown[];
        grandTotal?: Money;
    }
    Index

    Properties

    breakdowns?: OrderProceedsBreakdown[]

    Categorized proceeds for the order. Proceed categories are either aggregated across all order items (such as ITEM, SHIPPING, and TAX) or applied at the order level (such as DELIVERY_TIP).

    grandTotal?: Money