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

    Interface CartClassificationType

    The ShippingRate maps to an abstract Cart categorization expressed by strings (for example, Light, Medium, or Heavy). Only keys defined in the values array can be used to create a tier or to set a value of the shippingRateInput on the Cart. Keys must be unique.

    interface CartClassificationType {
        type: "CartClassification";
        values: CustomFieldLocalizedEnumValue[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    type: "CartClassification"

    The classification items that can be used for specifying any ShippingRatePriceTier.