Interface FulfillmentInboundApiModelBoxContentsFeeDetails

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

BoxContentsFeeDetails

interface FulfillmentInboundApiModelBoxContentsFeeDetails {
    FeePerUnit?: FulfillmentInboundApiModelAmount;
    TotalFee?: FulfillmentInboundApiModelAmount;
    TotalUnits?: number;
}

Properties

BoxContentsFeeDetails

BoxContentsFeeDetails

TotalUnits?: number

The item quantity.

BoxContentsFeeDetails

MMNEPVFCICPMFPCPTTAAATR