The fee estimate for a specific item.

Export

FeePreview

interface FeePreview {
    asin?: string;
    errors?: Error[];
    feeBreakdown?: FeeLineItem[];
    price?: MoneyType;
    totalFees?: MoneyType;
}

Properties

asin?: string

The Amazon Standard Identification Number (ASIN) value used to identify the item.

Memberof

FeePreview

errors?: Error[]

One or more unexpected errors occurred during the getSmallAndLightFeePreview operation.

Memberof

FeePreview

feeBreakdown?: FeeLineItem[]

A list of the Small and Light fees for the item.

Memberof

FeePreview

price?: MoneyType

Memberof

FeePreview

totalFees?: MoneyType

Memberof

FeePreview