Typescript SDK Type Docs
    Preparing search index...

    Interface ShippingMethodLabel

    interface ShippingMethodLabel {
        key?: string;
        name: string;
        type: "ShippingMethodLabel";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    key?: string

    User-defined unique identifier of the Shipping Method.

    name: string

    Unique name identifier of the Shipping Method.

    type: "ShippingMethodLabel"