Amazon Selling Partner API (SP-API) SDK for TypeScript
    Preparing search index...

    Fee rates that were previewed to the selling partner. Example fee rates are $100 or 5% of sales.

    interface PreviewedFeeRates {
        upfrontFee?: UpfrontFee;
        variableFee?: VariableFee;
    }
    Index
    upfrontFee?: UpfrontFee
    variableFee?: VariableFee