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

    The estimated price information for the fulfillment order.

    interface EstimatedPrice {
        rollupPrices: RollupPrice[];
        totalPrice: Money;
    }
    Index
    rollupPrices: RollupPrice[]

    A breakdown of the price associated with the delivery preview.

    totalPrice: Money