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

    The estimated shipping cost associated with the transportation option.

    interface Quote {
        cost: Currency;
        expiration?: string;
        voidableUntil?: string;
    }
    Index

    Properties

    cost: Currency
    expiration?: string

    The time at which this transportation option quote expires. In ISO 8601 datetime with pattern yyyy-MM-ddTHH:mm:ss.sssZ.

    voidableUntil?: string

    Voidable until timestamp.