@gradientedge/commercetools-utils
    Preparing search index...

    Interface MethodTaxedPrice

    interface MethodTaxedPrice {
        shippingMethodKey: string;
        taxedPrice?: TaxedItemPrice;
    }
    Index

    Properties

    shippingMethodKey: string

    User-defined unique identifier of the Shipping Method in a Cart with Multiple ShippingMode.

    taxedPrice?: TaxedItemPrice

    Total taxed price based on the quantity of the Line Item or Custom Line Item assigned to the Shipping Method identified by shippingMethodKey.