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

    The manual processing fee per unit and total fee for a shipment.

    interface BoxContentsFeeDetails {
        FeePerUnit?: Amount;
        TotalFee?: Amount;
        TotalUnits?: number;
    }
    Index

    Properties

    FeePerUnit?: Amount
    TotalFee?: Amount
    TotalUnits?: number

    The item quantity.