Used when 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[];
}

Properties

Properties

type: "CartClassification"

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

Generated using TypeDoc