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

    An entry detailing proceeds information.

    interface OrderProceedsBreakdown {
        status?: string;
        subtotal: Money;
        type: string;
    }
    Index

    Properties

    Properties

    status?: string

    The processing status of the charge. Only present for categories processed separately after checkout, such as DELIVERY_TIP. Possible values: PENDING, FINALIZED.

    subtotal: Money
    type: string

    The proceeds category. Possible values: ITEM, SHIPPING, GIFT_WRAP, COD_FEE, TAX, DISCOUNT, DELIVERY_TIP, OTHER. Note: DELIVERY_TIP is charged separately and not attributed to a specific item. The remaining categories are aggregated across all order items.