Fee type and cost.

Fee

interface FulfillmentOutboundApiModelFee {
    amount: FulfillmentOutboundApiModelMoney;
    name:
        | FulfillmentOutboundApiModelFeeNameEnum
        | "FBAPerUnitFulfillmentFee"
        | "FBAPerOrderFulfillmentFee"
        | "FBATransportationFee"
        | "FBAFulfillmentCODFee";
}

Properties

Properties

Fee

name:
    | FulfillmentOutboundApiModelFeeNameEnum
    | "FBAPerUnitFulfillmentFee"
    | "FBAPerOrderFulfillmentFee"
    | "FBATransportationFee"
    | "FBAFulfillmentCODFee"

The type of fee.

Fee

MMNEPVFCICPMFPCPTTAAATR