Typescript SDK Type Docs
    Preparing search index...

    Interface ClassificationShippingRateInput

    interface ClassificationShippingRateInput {
        key: string;
        label: LocalizedString;
        type: "Classification";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    key: string

    A localized string is a JSON object where the keys are of IETF language tag, and the values the corresponding strings used for that language. json { "de": "Hundefutter", "en": "dog food" }

    type: "Classification"