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

    An item identifier and the estimated fees for the item.

    interface FeesEstimateResult {
        Error?: FeesEstimateError;
        FeesEstimate?: FeesEstimate;
        FeesEstimateIdentifier?: FeesEstimateIdentifier;
        Status?: string;
    }
    Index

    Properties

    FeesEstimate?: FeesEstimate
    FeesEstimateIdentifier?: FeesEstimateIdentifier
    Status?: string

    The status of the fee request. Possible values: Success, ClientError, ServiceError.